summaryrefslogtreecommitdiff
path: root/make_a_release.sh
Commit message (Collapse)AuthorAgeFilesLines
* Enable tests so they are included in the make dist targetDavid Oberhollenzer2016-12-141-1/+1
| | | | Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
* Allow version string to have a release candidate suffixDavid Oberhollenzer2016-11-171-6/+8
| | | | Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
* Fix make_a_release scriptDavid Oberhollenzer2016-11-171-7/+11
| | | | | Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at> Signed-off-by: Richard Weinberger <richard@nod.at>
* make_a_release.sh: fix MTD spellingBrian Norris2015-08-031-1/+1
| | | | Signed-off-by: Brian Norris <computersforpeace@gmail.com>
* make_a_release.sh: suggest announcement e-mailArtem Bityutskiy2014-04-071-2/+34
| | | | | | | | | | | | | | The 'make_a_release.sh' script appears to be extremely useful - I do not forget things as I used to anymore (amending Makefile, signing, uploading to the FTP server, etc). It is very useful that it suggest me exact commands which I may just copy-past to my command line. This patch improves the script and makes it suggest the e-mail announcement which I may just copy-paste to my command line and the announcement will be sent using 'git send-email' command. It will include all the interested parties in CC. Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
* make_a_release.sh: remind about pushing the master branchArtem Bityutskiy2011-12-191-1/+1
| | | | | | | When we print about pushing the tag, also print about pushing the master branch - I forgot to do this when releasing 1.4.9. Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@linux.intel.com>
* Add a script to make releasesArtem Bityutskiy2011-12-071-0/+66
Credits to Mike Frysinger <vapier.adi@gmail.com> for review and comments. Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>