Skip to content

Commit

Permalink
docs/developer - minor improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
Allen Winter committed Oct 10, 2024
1 parent dedd12d commit a2b8a9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/developer/prerelease-source.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ Then create the new tag using the command:

```shell
git tag -m "KDReports X.Y.Z" kdreports-X.Y.Z
```
```

**DO NOT PUSH THE TAG YET!**
2 changes: 1 addition & 1 deletion docs/developer/release-todo.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,5 @@ For major (X.Y.0) releases, change the default branch at

In the branch:

* increase the ${PROJECT_NAME}_VERSION_PATCH value in the top-level CMakeLists.txt
* increment the ${PROJECT_NAME}_VERSION_PATCH value in the top-level CMakeLists.txt
* merge to the "master" branch

0 comments on commit a2b8a9d

Please sign in to comment.