about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authornfnty <git@nfnty.se>2017-02-17 00:31:46 +0100
committernfnty <git@nfnty.se>2017-02-17 00:31:46 +0100
commit841f337ebf208b139607b740d6f71346026b35e5 (patch)
treef109edde12465647081a743381e4d05752d58e0a
parentf2379b416f3f3b0fb0b369cc9b530872ae2b0e97 (diff)
downloadranger-841f337ebf208b139607b740d6f71346026b35e5.tar.gz
doc/howto-publish-a-release: Use `*` for bullet lists
-rw-r--r--doc/howto-publish-a-release.md58
1 files changed, 29 insertions, 29 deletions
diff --git a/doc/howto-publish-a-release.md b/doc/howto-publish-a-release.md
index 64d2896d..0a948dde 100644
--- a/doc/howto-publish-a-release.md
+++ b/doc/howto-publish-a-release.md
@@ -1,49 +1,49 @@
 Test everything
 ----------------
-- [ ] `make test`
-- [ ] `./ranger.py [--clean]`
-- [ ] `ranger/ext/rifle.py`
-- [ ] `make install`
+* [ ] `make test`
+* [ ] `./ranger.py [--clean]`
+* [ ] `ranger/ext/rifle.py`
+* [ ] `make install`
 
 Make a release commit
 ---------------------
-- [ ] Update the number in the `README`
-- [ ] Update `__version__` and `VERSION` in `ranger/__init__.py`
-- [ ] Update `__version__` in `ranger/ext/rifle.py`
-- [ ] `make man`
-- [ ] Write changelog entry
-- [ ] Think of a witty commit message
-- [ ] Push the commit
+* [ ] Update the number in the `README`
+* [ ] Update `__version__` and `VERSION` in `ranger/__init__.py`
+* [ ] Update `__version__` in `ranger/ext/rifle.py`
+* [ ] `make man`
+* [ ] Write changelog entry
+* [ ] Think of a witty commit message
+* [ ] Push the commit
 
 Make snapshot and test again
 ----------------------------
-- [ ] Build `.tar.gz` with `make snapshot`
-- [ ] `make`
-- [ ] `make install`
-- [ ] Test the snapshot one last time
+* [ ] Build `.tar.gz` with `make snapshot`
+* [ ] `make`
+* [ ] `make install`
+* [ ] Test the snapshot one last time
 
 Update the website
 ------------------
-- [ ] Add the new version as `ranger-stable.tar.gz`
-- [ ] Add the new version as `ranger-X.Y.Z.tar.gz`
-- [ ] Update both signatures `gpg --local-user 0x00FB5CDF --sign --detach-sign <file>`
-- [ ] Update the changelog
-- [ ] Update the man page
-- [ ] Rerun `boobies.py`
+* [ ] Add the new version as `ranger-stable.tar.gz`
+* [ ] Add the new version as `ranger-X.Y.Z.tar.gz`
+* [ ] Update both signatures `gpg --local-user 0x00FB5CDF --sign --detach-sign <file>`
+* [ ] Update the changelog
+* [ ] Update the man page
+* [ ] Rerun `boobies.py`
 
 Make a PyPI release
 -------------------
-- [ ] `git clean --force -d -x`
-- [ ] `SETUPTOOLS_USE=1 python setup.py sdist`
-- [ ] `gpg --local-user 0x00000000 --detach-sign --armor dist/*`
-- [ ] `twine upload dist/*`
+* [ ] `git clean --force -d -x`
+* [ ] `SETUPTOOLS_USE=1 python setup.py sdist`
+* [ ] `gpg --local-user 0x00000000 --detach-sign --armor dist/*`
+* [ ] `twine upload dist/*`
 
 Announce the update
 -------------------
-- [ ] To the mailing list
-- [ ] In the arch linux forum
-- [ ] Write a news entry on savannah
+* [ ] To the mailing list
+* [ ] In the arch linux forum
+* [ ] Write a news entry on savannah
 
 Change back to before
 ---------------------
-- [ ] Change `VERSION` in `ranger/__init__.py` back to `master`
+* [ ] Change `VERSION` in `ranger/__init__.py` back to `master`