Last active
May 1, 2022 12:57
-
-
Save elchead/1280f34fa99b8ab76382d336d157af34 to your computer and use it in GitHub Desktop.
Create tagged release
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
| git tag v1.x # on branch | |
| git push --tags | |
| gh release create --target v1.x |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment