summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorIvan Alejandro <ivanalejandro0@gmail.com>2013-09-16 17:19:07 -0300
committerIvan Alejandro <ivanalejandro0@gmail.com>2013-09-16 17:19:07 -0300
commitc477506d64b076af4d5d4d0733458e0fdfe6715d (patch)
tree79c7207b0b4b97e5aa67f50f78a138be37a9097d /docs
parent1e9d1c9ff00f1269b17bc4dcf3004b0edcf6fde3 (diff)
parentee2c55062a2cb5112adc9f63e042ad8748b511cb (diff)
Merge remote-tracking branch 'kali/feature/update-metadata' into develop
Diffstat (limited to 'docs')
-rw-r--r--docs/release_checklist.wiki2
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