File: RELEASE.md

package info (click to toggle)
opentracing-cpp 1.6.0-4.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,572 kB
  • sloc: cpp: 14,234; ansic: 68; sh: 16; makefile: 5
file content (8 lines) | stat: -rw-r--r-- 369 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
# Release Process

1. Update CMakeLists.txt 
    * Set OPENTRACING_VERSION_MAJOR, OPENTRACING_VERSION_MINOR, and OPENTRACING_VERSION_PATCH to the correct numbers.
    * Remove `_unstable` from OPENTRACING_ABI_VERSION if present.
2. Create a PR "Preparing for release X.Y.Z" against master branch
3. Create a release "Release X.Y.Z" on Github
    * Create Tag `vX.Y.Z`.