##// END OF EJS Templates
update relase toom and mailmap
Matthias Bussonnier -
Show More
@@ -1,4 +1,5 b''
1 A. J. Holyoake <a.j.holyoake@gmail.com> ajholyoake <a.j.holyoake@gmail.com>
1 A. J. Holyoake <a.j.holyoake@gmail.com> ajholyoake <a.j.holyoake@gmail.com>
2 Alok Singh <alokbeniwal@gmail.com> Alok Singh <8325708+alok@users.noreply.github.com>
2 Aaron Culich <aculich@gmail.com> Aaron Culich <aculich@eecs.berkeley.edu>
3 Aaron Culich <aculich@gmail.com> Aaron Culich <aculich@eecs.berkeley.edu>
3 Aron Ahmadia <aron@ahmadia.net> ahmadia <aron@ahmadia.net>
4 Aron Ahmadia <aron@ahmadia.net> ahmadia <aron@ahmadia.net>
4 Benjamin Ragan-Kelley <benjaminrk@gmail.com> <minrk@Mercury.local>
5 Benjamin Ragan-Kelley <benjaminrk@gmail.com> <minrk@Mercury.local>
@@ -1,13 +1,13 b''
1 # Simple tool to help for release
1 # Simple tool to help for release
2 # when releasing with bash, simplei source it to get asked questions.
2 # when releasing with bash, simplei source it to get asked questions.
3
3
4 echo -n PREV_RELEASE:
4 echo -n 'PREV_RELEASE (X.y.z):'
5 read PREV_RELEASE
5 read PREV_RELEASE
6 echo -n MILESTONE:
6 echo -n 'MILESTONE (X.y):'
7 read MILESTONE
7 read MILESTONE
8 echo -n VERSION:
8 echo -n 'VERSION (X.y.z):'
9 read VERSION
9 read VERSION
10 echo -n branch:
10 echo -n 'branch (master|X.y):'
11 read branch
11 read branch
12
12
13 echo
13 echo
General Comments 0
You need to be logged in to leave comments. Login now