Skip to content

Commit

Permalink
Update .release.json commit messages
Browse files Browse the repository at this point in the history
  • Loading branch information
markandrus committed Dec 15, 2015
1 parent abf3dba commit 275e390
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .release.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"gulp",
"git add .",
"git add -f dist",
"git commit -m \"Release ${RELEASE_VERSION}\"",
"git commit -m \"${RELEASE_VERSION}\"",
"git tag ${RELEASE_VERSION}"
]
},
Expand All @@ -30,7 +30,7 @@
"git rm -rf dist",
"gulp clean",
"git add .",
"git commit -m \"Continue development on ${DEVELOPMENT_VERSION}\""
"git commit -m \"${DEVELOPMENT_VERSION}\""
]
},
"publish": {
Expand Down

0 comments on commit 275e390

Please sign in to comment.