Skip to content

Commit

Permalink
chore: add please.json
Browse files Browse the repository at this point in the history
  • Loading branch information
adhocore committed Aug 16, 2019
1 parent 61a8994 commit 933e791
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions please.json
Original file line number Diff line number Diff line change
@@ -0,0 +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-vcs": "echo https://github.com/{REPO}",
"after-all": "./please version"
}

0 comments on commit 933e791

Please sign in to comment.