vojtajina / grunt-bump

Grunt.js plugin - Increment package version.
MIT License
651 stars 122 forks source link

feat: Add metadata option #166

Closed blargism closed 8 years ago

blargism commented 8 years ago

The semver spec at semver.org allows for "metadata" and it is useful for deployment tagging. The format is as follows:

#.#.#-prereleaseName.#+metadata.here

eddiemonge commented 8 years ago

can you also squash the commits and use feat: add semver metadata option with the description in the body for the commit message?

Again, thanks for this

blargism commented 8 years ago

Closing and re-opening, hopefully for the last time.

eddiemonge commented 8 years ago

You could just squash the commits, amend the message and then force push to your branch to keep the same pull request. you dont have to close and reopen