singe/thirdparty/bzip2/docs/RELEASING.md
2023-10-23 19:38:18 -05:00

14 lines
627 B
Markdown

# Release Checklist
* [ ] Increment package version at the top of [meson.build](../meson.build) and
[CMakeLists.txt](../CMakeLists.txt)
* [ ] Increment library revision in [meson.build](../meson.build) and
[CMakeLists.txt](../CMakeLists.txt)
* [ ] If interfaces were added, changed, or deleted, adjust per
[meson.build](../meson.build) and [CMakeLists.txt](../CMakeLists.txt).
See the GNU libtool versioning rules for library revision numbering advice:
http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
* [ ] On release day, create a new `release/*` branch and create a release tag.