diff options
author | Kali Kaneko <kali@leap.se> | 2013-09-13 11:07:41 +0200 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2013-09-16 16:04:14 -0400 |
commit | ee2c55062a2cb5112adc9f63e042ad8748b511cb (patch) | |
tree | f36fbb31757a2a9e240edb508c430bfc6c24a0b2 /docs | |
parent | 87516c8e913f91c546b87cfa26d2d12a1d90be7c (diff) |
update metadata in setup.py
Diffstat (limited to 'docs')
-rw-r--r-- | docs/release_checklist.wiki | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/release_checklist.wiki b/docs/release_checklist.wiki index b12a42a4..19a19289 100644 --- a/docs/release_checklist.wiki +++ b/docs/release_checklist.wiki @@ -17,10 +17,10 @@ - Helper bash line: for i in $(ls changes); do cat changes/$i; echo; done * [ ] Update relnotes.txt if needed. * [ ] git rm changes/* - * [ ] git commit -av * [ ] Review pkg/requirements.pip for everything and update if needed (that's why the order). - See whatever has been introduced in changes/VERSION_COMPAT - Reset changes/VERSION_COMPAT + * [ ] git commit -av # we should add a commit message here... * [ ] git checkout master && git pull origin master && git merge --no-ff release-X.Y.Z && git push origin master * [ ] git tag -s X.Y.Z -m "Tag <package> version X.Y.Z" # (note the -s so that it's a signed tag and -m to specify the message for the tag) * [ ] git push origin X.Y.Z |