Skip to content

Commit

Permalink
update relase toom and mailmap
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Bussonnier committed Jun 27, 2019
1 parent 4f98f10 commit 63e0eb5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .mailmap
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
A. J. Holyoake <[email protected]> ajholyoake <[email protected]>
Alok Singh <[email protected]> Alok Singh <[email protected]>
Aaron Culich <[email protected]> Aaron Culich <[email protected]>
Aron Ahmadia <[email protected]> ahmadia <[email protected]>
Benjamin Ragan-Kelley <[email protected]> <[email protected]>
Expand Down
8 changes: 4 additions & 4 deletions tools/release_helper.sh
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Simple tool to help for release
# when releasing with bash, simplei source it to get asked questions.

echo -n PREV_RELEASE:
echo -n 'PREV_RELEASE (X.y.z):'
read PREV_RELEASE
echo -n MILESTONE:
echo -n 'MILESTONE (X.y):'
read MILESTONE
echo -n VERSION:
echo -n 'VERSION (X.y.z):'
read VERSION
echo -n branch:
echo -n 'branch (master|X.y):'
read branch

echo
Expand Down

0 comments on commit 63e0eb5

Please sign in to comment.