Skip to content
This repository was archived by the owner on Aug 30, 2022. It is now read-only.

Commit 277fdd7

Browse files
committed
Release 0.7.0
Signed-off-by: Yuri Shkuro <[email protected]>
1 parent 3f4c593 commit 277fdd7

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ HunterGate(
2020
LOCAL # load `${CMAKE_CURRENT_LIST_DIR}/cmake/Hunter/config.cmake`
2121
)
2222

23-
project(jaegertracing VERSION 0.6.1)
23+
project(jaegertracing VERSION 0.7.0)
2424

2525
option(JAEGERTRACING_WARNINGS_AS_ERRORS "Treat compiler warnings as errors" OFF)
2626

RELEASE.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
# Release Process
22

33
1. Create a PR "Preparing for release X.Y.Z" against master branch
4-
* Alter CHANGELOG.md from `<placeholder_version> (unreleased)` to `<X.Y.Z> (YYYY-MM-DD)`
4+
* Add section to `CHANGELOG.md` `<X.Y.Z> (YYYY-MM-DD)` with the list of changes
5+
* Change/verify vesion number in `CMakelists.txt`
56
2. Create a release "Release X.Y.Z" on Github
67
* Create Tag `vX.Y.Z`
7-
* Copy CHANGELOG.md into the release notes
8+
* Copy `CHANGELOG.md` entry into the release notes
89
3. Create a PR "Back to development" against master branch
9-
* Add `<next_version> (unreleased)` to CHANGELOG.md
10+
* Update `<next_version> (unreleased)` section in the `CHANGELOG.md`
1011
* Update project version in CMakeLists.txt to the `<next version>`

0 commit comments

Comments
 (0)