Skip to content

Commit 17371b3

Browse files
committed
doc: add reminder to bump version in CMakeLists.txt
1 parent fd4f834 commit 17371b3

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ cmake --build build --parallel 16
9999

100100
1. Create a changelog file `changelog/vX.Y.Z.md`.
101101
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`.
102+
3. Update the version in `CMakeLists.txt`
103+
4. Create a commit called `Release vX.Y.Z.`.
104+
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

Comments
 (0)