From 19fcec84d8d7d21e796c7624e521b60d28ee21ed Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 20:45:59 +0200 Subject: Adding upstream version 16.2.11+ds. Signed-off-by: Daniel Baumann --- src/jaegertracing/opentracing-cpp/RELEASE.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/jaegertracing/opentracing-cpp/RELEASE.md (limited to 'src/jaegertracing/opentracing-cpp/RELEASE.md') diff --git a/src/jaegertracing/opentracing-cpp/RELEASE.md b/src/jaegertracing/opentracing-cpp/RELEASE.md new file mode 100644 index 000000000..d3a98b77e --- /dev/null +++ b/src/jaegertracing/opentracing-cpp/RELEASE.md @@ -0,0 +1,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`. -- cgit v1.2.3