Skip to content

Commit

Permalink
chore(Gruntfile): change prerelease flag to "lowest" being alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
reppners committed Jul 27, 2017
1 parent 41bb307 commit 6d02017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ module.exports = function (grunt) {
pushTo: "origin",
gitDescribeOptions: "--tags --always --abbrev=1 --dirty=-d",
globalReplace: false,
prereleaseName: "rc",
prereleaseName: "alpha",
metadata: "",
regExp: false
}
Expand Down

0 comments on commit 6d02017

Please sign in to comment.