mirror of
https://github.com/chatmail/relay.git
synced 2026-09-24 16:20:11 +00:00
564 B
564 B
Releasing a new version of chatmail relay
For example, to release version 1.14.0 of chatmail relay, do the following steps.
-
Update the changelog:
git cliff --unreleased --tag 1.14.0 --prepend CHANGELOG.mdorgit cliff -u -t 1.14.0 -p CHANGELOG.md. -
Open the changelog in the editor, edit it if required.
-
Commit the changes to the changelog with a commit message
chore(release): prepare for 1.14.0. -
Open a PR with the new commit, merge it to main after review.
-
In the web interface, create a GitHub release, tell it to create a new tag.