mirror of
https://github.com/containers/podman.git
synced 2026-07-25 22:47:15 -04:00
Bumps [github.com/uber/jaeger-client-go](https://github.com/uber/jaeger-client-go) from 2.23.1+incompatible to 2.24.0+incompatible. - [Release notes](https://github.com/uber/jaeger-client-go/releases) - [Changelog](https://github.com/jaegertracing/jaeger-client-go/blob/master/CHANGELOG.md) - [Commits](https://github.com/uber/jaeger-client-go/compare/v2.23.1...v2.24.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
13 lines
644 B
Markdown
13 lines
644 B
Markdown
# Release Process
|
|
|
|
1. 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 to `Go-X.Y.Z`
|
|
2. Create a release "Release X.Y.Z" on Github
|
|
* Create Tag `vX.Y.Z`
|
|
* Copy CHANGELOG.md into the release notes
|
|
3. Create a PR "Back to development" against master branch
|
|
* Add `<next_version> (unreleased)` to CHANGELOG.md
|
|
* Update `JaegerClientVersion` in constants.go to `Go-<next_version>dev`
|