buildarr / buildarr-prowlarr

Prowlarr indexer manager plugin for Buildarr
https://buildarr.github.io/plugins/prowlarr
GNU General Public License v3.0
1 stars 1 forks source link

Tag v0.5.1 #55

Closed Callum027 closed 11 months ago

Callum027 commented 11 months ago

Checklist:

  1. [x] Set milestone to v0.5.1
  2. [x] Get the raw changelog using the following command:
    $ git log --oneline --decorate v0.5.0..HEAD
  3. [x] Update the tool.poetry.version field in pyproject.toml
  4. [x] Add release notes to docs/release-notes.md
  5. [x] Create pull request: https://github.com/buildarr/buildarr-prowlarr/pull/56
  6. [x] Merge pull request
  7. [x] Check that the CI pipeline passed on main: https://github.com/buildarr/buildarr-prowlarr/actions/runs/7066342294
  8. [x] Tag the new release
  9. [x] Check that the release was automatically published to PyPI: https://github.com/buildarr/buildarr-prowlarr/actions/runs/7066347476
  10. [x] Push an update to http://github.com/buildarr/buildarr-docker to release to Docker Hub
  11. [x] Push an update to https://buildarr.github.io
  12. [x] Close release milestone
  13. [x] Create new release milestone
  14. [x] Close this issue