Clixon 7.1.0

This commit is contained in:
Olof hagsand 2024-07-03 09:21:23 +02:00
parent 58358fb6da
commit 7aac03ba5e
3 changed files with 21 additions and 15 deletions

View file

@ -171,7 +171,7 @@ What to think about when doing a new release.
* Draft a new release and review generated release notes and use info to update CHANGELOG
* Review README.md
* New yang/clicon/clixon-config@XXX.yang revision?
* In configure.ac, for minor releases change CLIXON_VERSION in configure.ac to eg: (minor should have been bumped):
* In configure.ac, for minor releases change CLIXON_VERSION in configure.ac to eg: (minor should have been bumped) (OBSOLETE):
```
CLIXON_VERSION="\"${CLIXON_VERSION_MAJOR}.${CLIXON_VERSION_MINOR}.${CLIXON_VERSION_PATCH}\""
```
@ -186,10 +186,10 @@ What to think about when doing a new release.
* Add a github release and copy release info from CHANGELOG
After release:
* Bump minor version and add a "PRE":
* Bump minor version.
```
CLIXON_VERSION_MINOR="10" ++
CLIXON_VERSION="\"${CLIXON_VERSION_MAJOR}.${CLIXON_VERSION_MINOR}.${CLIXON_VERSION_PATCH}.PRE\""
CLIXON_VERSION="\"${CLIXON_VERSION_MAJOR}.${CLIXON_VERSION_MINOR}.${CLIXON_VERSION_PATCH}\""
```
* Run autoconf