stefan pushed a commit to branch master. http://git.enlightenment.org/admin/release-management.git/commit/?id=d2b51cc4ee7ab24505b89331c96713de22c4c5d4
commit d2b51cc4ee7ab24505b89331c96713de22c4c5d4 Author: Stefan Schmidt <[email protected]> Date: Sun Oct 12 10:17:58 2014 +0200 README: Add some initial description of the scripts --- README | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README b/README index b3e83ad..3b509f0 100644 --- a/README +++ b/README @@ -1 +1,20 @@ Tools for release management. + +generate_news.py: +----------------- + +Generate NEWS file out of git lod based on @feature and @fix tags used in the +git commit messages. + + +release.sh: +----------- + +Handles the footwork of doing releases. + +Currently you need to manually set the library names and version in the file +before you start. + +After that we can prepare two different stages for the release process: +--prepare Release preparations. Everything to upload the tarballs. +--finalise Finalise a release. Move to the right location, git tags, etc --
