mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-20 02:00:11 -08:00
changelog for 2.3.0-rc1
This commit is contained in:
parent
e44a8550df
commit
48adf33411
2 changed files with 34 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ Develop branches are either used to work out implementation details in preperati
|
|||
1. Update the changelog with new changes and write release notes.
|
||||
1. Update the version number `irc/version.go` (either change `-unreleased` to `-rc1`, or remove `-rc1`, as appropriate).
|
||||
1. Commit the new changelog and constants change.
|
||||
1. Tag the release with `git tag v0.0.0 -m "Release v0.0.0"` (`0.0.0` replaced with the real ver number).
|
||||
1. Tag the release with `git tag --sign v0.0.0 -m "Release v0.0.0"` (`0.0.0` replaced with the real ver number).
|
||||
1. Build binaries using `make release`, upload release to Github including the changelog and binaries.
|
||||
1. If it's a proper release (i.e. not an alpha/beta), merge the updates into the `stable` branch.
|
||||
1. Make the appropriate announcements:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue