diff --git a/Release-Guidelines.md b/Release-Guidelines.md index 14a9790..86f70e7 100644 --- a/Release-Guidelines.md +++ b/Release-Guidelines.md @@ -59,7 +59,7 @@ After any release is published, the following things should be done: * Remove all `unreleased` notes from the wiki * Inform packagers of new release in [`#1971`](https://github.com/polybar/polybar/issues/1971). Mention any - dependency changes and any changes to the build workflow. + dependency changes and any changes to the build workflow. Also mention when new files are created by the installation. * Create a source archive named `polybar-@POLYBAR_VERSION@.tar` that includes the submodule source code with the following commands and attach it to the github release: ```bash git clone --branch @POLYBAR_VERSION@ --recursive git://github.com/polybar/polybar.git