You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
shiyuhang0 edited this page Sep 20, 2022
·
1 revision
Write CHANGELOG
Create a tag locally and push it to the remote repo
git tag v0.0.1
git push --tags
Do not create a release. GitHub Action will publish a release with goreleaser automatically once a new tag that matches the pattern "v*" (e.g. v0.0.1) is created