diff --git a/doc/dev/release-workflow.rst b/doc/dev/release-workflow.rst index c957fd89..1ae67224 100644 --- a/doc/dev/release-workflow.rst +++ b/doc/dev/release-workflow.rst @@ -201,9 +201,15 @@ After-Release Checklist We have a GitHub action workflow called 'Release Workflow' that on every release automatically creates a release archive, uploads it to the release, and adds a 'Download' section to the release body. - If this fails for some reason, it should be triggered be triggered manually. + If this fails for some reason, it should be triggered manually. * Create a PR that updates the AUR ``PKGBUILD`` files for the ``polybar`` and ``polybar-git`` packages (push after the release archive is uploaded). +* Close the `GitHub Milestone `_ + for the new release and move open issues (if any) to a later release. +* Activate the version on `Read the Docs + `_ and deactivate all + previous versions for the same minor release (e.g. for 3.5.4, deactivate all + other 3.5.X versions). Deprecations ~~~~~~~~~~~~