We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dca85b4 commit 6126784Copy full SHA for 6126784
.travis.yml
@@ -32,8 +32,8 @@ jobs:
32
- echo -e "machine github.com\n login $GH_TOKEN" > ~/.netrc
33
script:
34
- export OLD_VERSION=$(git describe --tags `git rev-list --tags --max-count=1` | tail -1 | sed 's/v\(.*\)/\1/')
35
- - git config --global user.name "kristinaspring"
36
- - git config --global user.email "kmspring57@gmail.com"
+ - git config --global user.name "xmidt-bot"
+ - git config --global user.email "$BOT_EMAIL"
37
- export TAG=$(cat CHANGELOG.md | perl -0777 -ne 'print "$1" if /.*## \[Unreleased\]\s+## \[(v\d+.\d+.\d+)\].*/s')
38
- export TODAY=`date +'%m/%d/%Y'`
39
- export NOTES=$(cat CHANGELOG.md | perl -0777 -ne 'print "$ENV{TODAY}\n\n$1\n" if /.*## \[$ENV{TAG}\]\s(.*?)\s+## \[(v\d+.\d+.\d+)\].*/s')
0 commit comments