This repository has been archived by the owner on Feb 7, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 30
Release Checklist
Matěj G edited this page Mar 10, 2021
·
6 revisions
- Make sure there are no regressions (easy for me to say, what with there not being any proper tests)
- Whatever tests exist must be passing
- Pylint warnings may be ignored if they only pertain to code style
- Distribution package builds must not be failing
- Run
tito tag --use-version=x.y.z
, where-
x = x + 1; y = 0; z = 0
for major releases (significant changes/new features, backwards compatibility is essentially broken) -
y = y + 1; z = 0
for minor releases (backwards-compatible changes/features) -
z = z + 1
for bug-fix releases (no changes besides bug fixes)
-
- Run
git push <remote>
andgit push <remote> <new-version>
- Publish a new release for the tag in https://github.com/abrt/retrace-server/releases/new
- Packit-as-a-Service should create a PR in dist-git (https://src.fedoraproject.org/rpms/retrace-server) for all active branches, review and merge them
- Build packages for Fedora and EPEL (note that this command requires Kerberos authentication):
$ packit build --dist-git-branch epel8,f33,f34,main
(update branch names as needed) - Create an update in Bodhi:
$ packit create-update --dist-git-branch epel8,f33,f34 …
(update branch names and pass other arguments as needed, e.g.--update-notes
and--update-type
) - Write a short overview in https://github.com/abrt/abrt.github.io/