Closed CJ-Wright closed 6 years ago
If I want to 1) update the version and 2) release that is that a two command process or just one?
command or activity?
command, although if there is a difference we should probs make a warning somewhere
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
Awesome!
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?