Skip to content

How to Release

shiyuhang0 edited this page Sep 20, 2022 · 1 revision
  1. Write CHANGELOG

  2. Create a tag locally and push it to the remote repo

git tag v0.0.1
git push --tags
  1. 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

  2. Update the release note

Clone this wiki locally