Conversation
Addressing geddski#101 Allow for a preId to be set, `semver.inc()` uses this to prefix a prerelease bump so that 1.0.0 becomes 1.0.0-alpha.0 for instance.
|
Same here, great work. Thanks. Maybe we can investigate the change to a CLI flag: grunt release:prerelease What do you think? On Mon, Feb 2, 2015, 6:38 PM Scott notifications@github.com wrote:
|
|
I like that idea, I am always tagging off of master so this was better for me than having a separate branch for -rc. |
6e0c17a to
195e82f
Compare
Addressing #101
Allow for a preId to be set,
semver.inc()uses this to prefix a prerelease bump so that 1.0.0 becomes 1.0.0-alpha.0 for instance.