Skip to content

Commit

Permalink
correct commit release
Browse files Browse the repository at this point in the history
  • Loading branch information
kbrsh committed Jul 19, 2018
1 parent c795918 commit 3601e18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/start.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ for (let i = 0; i < packages.length; i++) {

console.log(exec("npm run build").toString());
console.log(exec("git add .").toString());
console.log(exec(`git commit -m "${version}"`).toString());
console.log(exec(`git commit -m "v${version}"`).toString());
console.log(exec(`git tag "v${version}"`).toString());
console.log(exec("git push").toString());
console.log(exec("git push --tags").toString());

0 comments on commit 3601e18

Please sign in to comment.