summaryrefslogtreecommitdiff
path: root/docs/release_checklist.wiki
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2013-08-30 21:48:14 +0200
committerKali Kaneko <kali@leap.se>2013-08-30 21:48:14 +0200
commitdce567ef1acdc0b8dcffa1f4f0ab0cddd02e9227 (patch)
treed934033e83778ef6ee4b47fdda930382c43c5a18 /docs/release_checklist.wiki
parent56275cfa83a69925fdb13fba84ce05be0de6ba57 (diff)
add notes about version compat
Diffstat (limited to 'docs/release_checklist.wiki')
-rw-r--r--docs/release_checklist.wiki4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/release_checklist.wiki b/docs/release_checklist.wiki
index 8987f0b8..e766d6f8 100644
--- a/docs/release_checklist.wiki
+++ b/docs/release_checklist.wiki
@@ -17,7 +17,9 @@
* [ ] Update relnotes.txt if needed.
* [ ] git rm changes/*
* [ ] git commit -av
- * [ ] Update dependencies on the current package in the packages that remain if needed (that's why the order).
+ * [ ] 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 tag -s X.Y.Z (note the -s so that it's a signed tag) The message should be something like: Tag <package> version X.Y.Z
* [ ] git push origin X.Y.Z
* [ ] git checkout master && git pull origin master && git merge release-X.Y.Z && git push origin master