From dce567ef1acdc0b8dcffa1f4f0ab0cddd02e9227 Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Fri, 30 Aug 2013 21:48:14 +0200 Subject: add notes about version compat --- changes/VERSION_COMPAT | 10 ++++++++++ docs/release_checklist.wiki | 4 +++- 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 changes/VERSION_COMPAT diff --git a/changes/VERSION_COMPAT b/changes/VERSION_COMPAT new file mode 100644 index 00000000..32391745 --- /dev/null +++ b/changes/VERSION_COMPAT @@ -0,0 +1,10 @@ +################################################# +# This file keeps track of the recent changes +# introduced in internal leap dependencies. +# Add your changes here so we can properly update +# requirements.pip during the release process. +################################################# + +leap.common>=0.3.2 +# leap.common.config.get_path_prefix + 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 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 -- cgit v1.2.3