Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 370 Bytes

RELEASE.md

File metadata and controls

16 lines (11 loc) · 370 Bytes

Release process

Follow these steps to create a new release for version vX.Y.Z.

NOTE! Include v in version.

1. Set version

Open main.go and set the version.

2. Update the changelog

Open CHANGELOG.md and add a new release heading for the version.

3. Run justfile recipy release

$ just release "vX.Y.Z"