Skip to content

Instantly share code, notes, and snippets.

@elchead
Last active May 1, 2022 12:57
Show Gist options
  • Save elchead/1280f34fa99b8ab76382d336d157af34 to your computer and use it in GitHub Desktop.
Save elchead/1280f34fa99b8ab76382d336d157af34 to your computer and use it in GitHub Desktop.
Create tagged release
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