Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Assignee
Brad WoodBrad WoodReporter
Brad WoodBrad WoodAffects versions
Fix versions
Priority
MajorComponents
Details
Details
Assignee
Brad Wood
Brad WoodReporter
Brad Wood
Brad WoodAffects versions
Fix versions
Priority
Components
Sentry
Sentry
Sentry
Created April 27, 2016 at 12:51 AM
Updated April 27, 2016 at 4:34 AM
Resolved April 27, 2016 at 4:34 AM
Following the precedent here:
https://docs.npmjs.com/cli/version
When the "package version" command is used to set the version of a package
If the CWD is a Git repository
And the working directory is clean
And the tagVersion parameter is not false
tag the current code with a tag named after the version number and commit the box.json. If a message parameter is provided, use it as the commit message. Replace any instance of $version in the message with the actual version that was set.
The following config settings can also be used to control this behavior:
tagVersion - Default for the tagVersion parameter if not supplied
tagVersionMessage – Default for the message parameter