Skip to content

Commit

Permalink
fix: version and before-push
Browse files Browse the repository at this point in the history
  • Loading branch information
adhocore committed Aug 16, 2019
1 parent f84b178 commit 037a58c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion please
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ update()
exit 0
}
version() { echo v'0.8.0'; }
version() { echo v0.8.1; }
# get box.phar path
get-box()
Expand Down
2 changes: 1 addition & 1 deletion please.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"before-all": "echo {REPO}",
"before-npm": "node --version; npm --version",
"before-push": "sed -ie 's/echo v\\'.*\\'/echo v\\'{NEXT_VERSION}\\'/' {FULL}",
"before-push": "sed -ie 's/echo v.*;/echo v{NEXT_VERSION};/' {FULL}",
"before-vcs": "echo https://github.com/{REPO}",
"after-all": "./please version"
}

0 comments on commit 037a58c

Please sign in to comment.