To release a new version of lsif-go:
- Update the Changelog with any relevant changes
- Create a new tag and push the tag.
- To see the most recent tag, run:
git describe --tags --abbrev=0
- To push a new tag, run (while substituing your new tag):
git tag v1.7.5 && git push --tags
- Go to lsif-go-action and update to the tagged commit.