Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 63e0eb5

Browse files
author
Matthias Bussonnier
committed
update relase toom and mailmap
1 parent 4f98f10 commit 63e0eb5

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

.mailmap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
A. J. Holyoake <[email protected]> ajholyoake <[email protected]>
2+
Alok Singh <[email protected]> Alok Singh <[email protected]>
23
Aaron Culich <[email protected]> Aaron Culich <[email protected]>
34
Aron Ahmadia <[email protected]> ahmadia <[email protected]>
45
Benjamin Ragan-Kelley <[email protected]> <[email protected]>

tools/release_helper.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Simple tool to help for release
22
# when releasing with bash, simplei source it to get asked questions.
33

4-
echo -n PREV_RELEASE:
4+
echo -n 'PREV_RELEASE (X.y.z):'
55
read PREV_RELEASE
6-
echo -n MILESTONE:
6+
echo -n 'MILESTONE (X.y):'
77
read MILESTONE
8-
echo -n VERSION:
8+
echo -n 'VERSION (X.y.z):'
99
read VERSION
10-
echo -n branch:
10+
echo -n 'branch (master|X.y):'
1111
read branch
1212

1313
echo

0 commit comments

Comments
 (0)