regro / rever

Releaser of Versions
https://regro.github.io/rever-docs/
BSD 3-Clause "New" or "Revised" License
74 stars 34 forks source link

Does reaver tag include a version bump? #38

Closed CJ-Wright closed 6 years ago

scopatz commented 7 years ago

Version bump is a different activity, if that was your question... http://www.ergs.sc.edu/rever-docs/activities.html#versionbump Do you mean does it depend on version bump?

CJ-Wright commented 7 years ago

If I want to 1) update the version and 2) release that is that a two command process or just one?

scopatz commented 7 years ago

command or activity?

CJ-Wright commented 7 years ago

command, although if there is a difference we should probs make a warning somewhere

scopatz commented 7 years ago

I would write the rever.xsh file as follows:

$ACTIVITIES = ['version_bump', 'tag']
$VERSION_BUMP_PATTERNS = [...]

Then both activities will be run when you execute rever X.Y

CJ-Wright commented 7 years ago

Awesome!