Created
October 21, 2022 21:07
-
-
Save pxwise/4f9c5b8e57605d8d32b05251dd65ea0f to your computer and use it in GitHub Desktop.
Experimental tag generator
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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