Skip to content

Commit

Permalink
Updated Release process
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Koerner committed Sep 12, 2015
1 parent 3948ce8 commit 71c8087
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if [ "$?" -eq 1 ]; then
fi

VERSION_NAME=""
OLD_VERSION=`grep version package.json | tr -d ' ' | egrep -o '(\d+\.?)+'`
OLD_VERSION=`grep version package.json | tr -d ' ' | grep -e '(\d+\.?)+' -P -o`

increment() {
regex="([0-9]+).([0-9]+).([0-9]+)"
Expand Down
2 changes: 1 addition & 1 deletion release_process.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
- Run `./release.sh`
- Run `./release.sh -n awesome-applejuice` where `awesome-applejuice` is the name for the new version
- Create a release on GitHub

0 comments on commit 71c8087

Please sign in to comment.