-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ea3f9cc
commit 00b1cb6
Showing
1 changed file
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Jaeger Backend Release Process | ||
|
||
1. Create a PR "Preparing release X.Y.Z" against master branch ([example](https://github.com/jaegertracing/jaeger/pull/543/files)) by updating CHANGELOG.md to include: | ||
* A new section with the header `<X.Y.Z> (YYYY-MM-DD)` | ||
* A curated list of notable changes and links to PRs. Do not simply dump git log, select the changes that affect the users. | ||
* The section can be split into sub-section if necessary, e.g. UI Changes, Backend Changes, Bug Fixes, etc. | ||
2. After the PR is merged, create a release on Github: | ||
* Title "Release X.Y.Z" | ||
* Tag `vX.Y.Z` (note the `v` prefix) | ||
* Copy the new CHANGELOG.md section into the release notes | ||
3. The release tag will trigger a build of the docker images | ||
4. Once the images are available on [Docker Hub](https://hub.docker.com/r/jaegertracing/), announce the release on the mailing list, gitter, and twitter. |