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

Commit cb19716

Browse files
isaachierblack-adder
authored andcommitted
Preparing for release 0.0.8 (#16)
1 parent a92f637 commit cb19716

File tree

3 files changed

+19
-1
lines changed

3 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Changes by Version
2+
==================
3+
4+
0.0.8 (2017-11-20)
5+
------------------
6+
- Fix host IP formatting and improve local IP API (#4)
7+
- Use JSON instead of Thrift's TJSONProtocol (#12)

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ if(HUNTER_ENABLED)
4040
endif()
4141
endif()
4242

43-
project(jaegertracing VERSION 0.0.7)
43+
project(jaegertracing VERSION 0.0.8)
4444

4545
if(CMAKE_CXX_COMPILER_ID STREQUAL "GNU" OR
4646
CMAKE_CXX_COMPILER_ID MATCHES "Clang")

RELEASE.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Release Process
2+
3+
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)`
5+
* Update project version in CMakeLists.txt to `X.Y.Z`
6+
2. Create a release "Release X.Y.Z" on Github
7+
* Create Tag `vX.Y.Z`
8+
* Copy CHANGELOG.md into the release notes
9+
3. Create a PR "Back to development" against master branch
10+
* Add `<next_version> (unreleased)` to CHANGELOG.md
11+
* Update project version in CMakeLists.txt to the `<next version>`

0 commit comments

Comments
 (0)