Skip to content

Instantly share code, notes, and snippets.

@pxwise
Created October 21, 2022 21:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pxwise/4f9c5b8e57605d8d32b05251dd65ea0f to your computer and use it in GitHub Desktop.
Save pxwise/4f9c5b8e57605d8d32b05251dd65ea0f to your computer and use it in GitHub Desktop.
Experimental tag generator
# Print a tag name conforming to the React experimental guidelines
# https://reactjs.org/docs/release-channels.html#experimental-channel
echo "0.0.0-experimental-$(git rev-parse HEAD | cut -c1-9)-$(date +'%Y%m%d')"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment