1
0
mirror of https://gitlab.com/bzip2/bzip2.git synced 2025-09-13 04:46:28 +03:00
Files
bzip2/docs/RELEASING.md
Micah Snyder 10fe37f2eb Project home is now now gitlab.com/bzip2
Explain why bzip2 has repositories on sourceware.org and gitlab.com.

Change error messages in bzip2 source to request that bugs be reported
to project's gitlab issues page.

Fixup project homepage in various documents to point to gitlab project.

Remove trailing whitespace from a few documents.

Update the Release Checklist.

Add myself as new maintainer.
2022-01-30 11:50:37 -08:00

15 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.