buildarr / buildarr-sonarr

Sonarr PVR plugin for Buildarr
https://buildarr.github.io/plugins/sonarr
GNU General Public License v3.0
2 stars 4 forks source link

Tag v0.6.2 #41

Closed Callum027 closed 9 months ago

Callum027 commented 9 months ago

Checklist:

  1. [x] Set milestone to v0.6.2
  2. [x] Get the raw changelog using the following command:
    $ git log --oneline --decorate v0.6.1..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-sonarr/pull/42
  6. [x] Merge pull request
  7. [x] Check that the CI pipeline passed on main: https://github.com/buildarr/buildarr-sonarr/actions/runs/7051289368
  8. [x] Tag the new release
  9. [x] Check that the release was automatically published to PyPI: https://github.com/buildarr/buildarr-sonarr/actions/runs/7051298408
  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