From 277fdd75e413c914bff04d510afafc7f0811a31a Mon Sep 17 00:00:00 2001 From: Yuri Shkuro Date: Sun, 28 Feb 2021 15:04:14 -0500 Subject: [PATCH] Release 0.7.0 Signed-off-by: Yuri Shkuro --- CMakeLists.txt | 2 +- RELEASE.md | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 59126138..53e45982 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,7 +20,7 @@ HunterGate( LOCAL # load `${CMAKE_CURRENT_LIST_DIR}/cmake/Hunter/config.cmake` ) -project(jaegertracing VERSION 0.6.1) +project(jaegertracing VERSION 0.7.0) option(JAEGERTRACING_WARNINGS_AS_ERRORS "Treat compiler warnings as errors" OFF) diff --git a/RELEASE.md b/RELEASE.md index 9cd2d123..06af1f37 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,10 +1,11 @@ # Release Process 1. Create a PR "Preparing for release X.Y.Z" against master branch - * Alter CHANGELOG.md from ` (unreleased)` to ` (YYYY-MM-DD)` + * Add section to `CHANGELOG.md` ` (YYYY-MM-DD)` with the list of changes + * Change/verify vesion number in `CMakelists.txt` 2. Create a release "Release X.Y.Z" on Github * Create Tag `vX.Y.Z` - * Copy CHANGELOG.md into the release notes + * Copy `CHANGELOG.md` entry into the release notes 3. Create a PR "Back to development" against master branch - * Add ` (unreleased)` to CHANGELOG.md + * Update ` (unreleased)` section in the `CHANGELOG.md` * Update project version in CMakeLists.txt to the ``