We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd4f834 commit 17371b3Copy full SHA for 17371b3
1 file changed
README.md
@@ -99,6 +99,7 @@ cmake --build build --parallel 16
99
100
1. Create a changelog file `changelog/vX.Y.Z.md`.
101
2. Add a new release to `org.fkoehler.ktailctl.metainfo.xml`.
102
-3. Create a commit called `Release vX.Y.Z.`.
103
-4. Create a tag from changelog: `git tag -s -F changelog/vX.Y.Z.md vX.Y.Z`.
104
-5. Push tag: `git push origin vX.Y.Z`.
+3. Update the version in `CMakeLists.txt`
+4. Create a commit called `Release vX.Y.Z.`.
+5. Create a tag from changelog: `git tag -s -F changelog/vX.Y.Z.md vX.Y.Z`.
105
+6. Push tag: `git push origin vX.Y.Z`.
0 commit comments