Release Checklist - abrt/gnome-abrt GitHub Wiki

  1. 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)
  2. Run git push <remote> to push the file changes
  3. Run git push <remote> <new-version> to push the new version tag
  4. Build packages for Fedora:
    $ packit build --dist-git-branch=fedora-all
    • If there’s need to build in a side tag, then packit build also accepts --koji-target; pass the tag name you get from e.g. fedpkg request-side-tag --base-tag=f32-build (the base tag will vary for each Fedora version)
  5. Create an update in Bodhi:
    $ packit create-update --dist-git-branch=fedora-all … (pass other arguments as needed, e.g. --update-notes and --update-type)
⚠️ **GitHub.com Fallback** ⚠️