mirror of
https://github.com/mainflux/mainflux.git
synced 2025-05-11 19:29:16 +08:00

* Update Go version Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> * Update dependencies Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com>
644 B
644 B
Release Process
- Create a PR "Preparing for release X.Y.Z" against master branch
- Alter CHANGELOG.md from
<placeholder_version> (unreleased)
to<X.Y.Z> (YYYY-MM-DD)
- Use
git log --pretty=format:'- %s -- %an'
as the basis for for changelog entries - Update
JaegerClientVersion
in constants.go toGo-X.Y.Z
- Alter CHANGELOG.md from
- Create a release "Release X.Y.Z" on Github
- Create Tag
vX.Y.Z
- Copy CHANGELOG.md into the release notes
- Create Tag
- Create a PR "Back to development" against master branch
- Add
<next_version> (unreleased)
to CHANGELOG.md - Update
JaegerClientVersion
in constants.go toGo-<next_version>dev
- Add