about summary refs log tree commit diff stats
path: root/dwm.png
diff options
context:
space:
mode:
authorAnselm R. Garbe <garbeam@wmii.de>2006-07-13 12:35:46 +0200
committerAnselm R. Garbe <garbeam@wmii.de>2006-07-13 12:35:46 +0200
commitb2e98bf9e2326cd1ba2c28c7fd4794929b275d24 (patch)
treebfe2a3319a3b31a9e1fa985e953a5308b64bca99 /dwm.png
parentce846e941bee651ae5f17845f670f016040902f9 (diff)
downloaddwm-b2e98bf9e2326cd1ba2c28c7fd4794929b275d24.tar.gz
added philosophy section
Diffstat (limited to 'dwm.png')
0 files changed, 0 insertions, 0 deletions
nger/blame/doc/howto-publish-a-release.md?h=v1.9.2&id=b7c6483cf8b074a552c7d53b608c2cf19a305dfe'>^
841f337e ^



0008feed ^


841f337e ^





0008feed ^


841f337e ^



0008feed ^


841f337e ^


0008feed ^


841f337e ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50

                



                             


                     





                                                                

                          


                            



                                          


                  





                                                                                      


                   



                                                                


                   


                                    


                     
                                                               
Test everything
----------------
* [ ] `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
* [ ] Tag signed release
* [ ] Push release and tag

Make snapshot and test again
----------------------------
* [ ] 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`

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/*`

Announce the update
-------------------
* [ ] 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`