mirror of https://github.com/polybar/polybar.git
Updated Release Guidelines (markdown)
parent
29acf3d391
commit
048d8e7a87
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue