This repository was archived by the owner on Aug 30, 2022. It is now read-only.
File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ HunterGate(
20
20
LOCAL # load `${CMAKE_CURRENT_LIST_DIR}/cmake/Hunter/config.cmake`
21
21
)
22
22
23
- project (jaegertracing VERSION 0.6.1 )
23
+ project (jaegertracing VERSION 0.7.0 )
24
24
25
25
option (JAEGERTRACING_WARNINGS_AS_ERRORS "Treat compiler warnings as errors" OFF )
26
26
Original file line number Diff line number Diff line change 1
1
# Release Process
2
2
3
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) `
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 `
5
6
2 . Create a release "Release X.Y.Z" on Github
6
7
* Create Tag ` vX.Y.Z `
7
- * Copy CHANGELOG.md into the release notes
8
+ * Copy ` CHANGELOG.md ` entry into the release notes
8
9
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 `
10
11
* Update project version in CMakeLists.txt to the ` <next version> `
You can’t perform that action at this time.
0 commit comments