From ad2d3652f97fab48d8c8a008efe904b7dd26dec6 Mon Sep 17 00:00:00 2001
From: patrick96
Date: Thu, 7 Jan 2021 20:26:58 +0100
Subject: [PATCH] Add items for milestones and readthedocs to release workflow
---
doc/dev/release-workflow.rst | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
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
~~~~~~~~~~~~