607 B
607 B
Release Process
- Check version number in
configure/CONFIG_PVXS_VERSION - Remove pre-release suffix in
setup.py - Finalize section in
documentation/releasenotes.rst - Search/replace
UNRELEASEDtags in doxygen comments
git grep -l UNRELEASED */pvxs/*.h documentation/*.rst | xargs sed -i -e 's|UNRELEASED|0.0.0|g'
Don't change in details.rst and releasenotes.rst
Post Release
- Update
configure/CONFIG_PVXS_VERSIONIncrementPVXS_MAINTENANCE_VERSIONand add newPVXS_#_#_# - Add pre-release suffix in
setup.py - New section in
documentation/releasenotes.rst