Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Latest commit

 

History

History
11 lines (8 loc) · 457 Bytes

CONTRIBUTING.md

File metadata and controls

11 lines (8 loc) · 457 Bytes

Contributing

Releasing lsif-go

To release a new version of lsif-go:

  1. Update the Changelog with any relevant changes
  2. 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
  1. Go to lsif-go-action and update to the tagged commit.