Skip to content

Commit

Permalink
RELEASE-PROCEDURE: how to do a trurl release
Browse files Browse the repository at this point in the history
Maybe with a checklist we can avoid repeating some mistakes...
  • Loading branch information
bagder committed Oct 31, 2023
1 parent 7506f38 commit 83f0e0a
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions RELEASE-PROCEDURE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
trurl release procedure - how to do a release
==============================================

in the source code repo
-----------------------

- edit `RELEASE-NOTES` to be accurate

- edit `version.h` to contain the correct version

- make sure all relevant changes are committed on the master branch

- tag the git repo in this style: `git tag -a trurl-[version]` -a annotates
the tag

- push the git commits and the new tag

- Go to https://github.com/curl/trurl/tags and edit the tag as a release
Consider allowing it to make a discussion post about it.

celebrate
---------

- suitable beverage intake is encouraged for the festivities

0 comments on commit 83f0e0a

Please sign in to comment.