Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Commit

Permalink
README.release.md: add instructions on how to use ./bump_version_nubm…
Browse files Browse the repository at this point in the history
…ers.sh
  • Loading branch information
lerwys committed Aug 26, 2021
1 parent cff4e70 commit 8d30931
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions README.release.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

1. Update API version number in HALCS headers

It's is located at:
It is located at:

`include/revision.h`

Expand Down Expand Up @@ -48,6 +48,14 @@ This is located at:
examples/include/halcs_examples_classes.h
```

5. Merge branch with `master` branch
5. In order to update the version nubmer in the header files there is a script to do that
automatically called "bump_version_numbers.sh". One can call it to bump the "major",
"minor" or "patch" version numbers as:

6. Tag the `master` branch with the release version with the HALCS API version number
```
./bump_version_numbers.sh -t [major|minor|patch]
```

6. Merge branch with `master` branch

7. Tag the `master` branch with the release version with the HALCS API version number

0 comments on commit 8d30931

Please sign in to comment.