Skip to content

Commit

Permalink
lts release docs (#597)
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-kimmel-vmw authored Apr 1, 2022
1 parent 259cf52 commit b4c041b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,16 @@ contributors for their additions to kapp-controller in the release notes.
Once the release notes are ready, clicking the `Publish release` button in the GitHub UI to
make the release available to users.

#### LTS Releases

We want our releases to be sorted in semver order, but github only sorts on
semver order for releases on the same day (otherwise it sorts preferentially by
date). So we use sneaky post-dated annotated tags for LTS releases to pin them
to the date of the original release. For example:
```
GIT_COMMITTER_DATE="2022-02-25 2:00" git tag -a -m "v0.30.2" "v0.30.2"
```

#### Release development process

If you are making changes to the release process and want to test the process, it is recommended
Expand Down

0 comments on commit b4c041b

Please sign in to comment.