Skip to content

Commit

Permalink
Add script to output 'v1.4-next' publish tag
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs authored and othiym23 committed Aug 15, 2014
1 parent 22abec8 commit cff66c3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/publish-tag.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
var semver = require("semver")
var version = semver.parse(require("../package.json").version)
console.log('v%s.%s-next', version.major, version.minor)

0 comments on commit cff66c3

Please sign in to comment.