You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add sub command to git flow feature that allows for a release to be
created based off the current feature branch. When running feature
release the feature branch is rebased with develop prior to the creation
of the release branch. When finishing the release the resulting tag is
back merged to the feature branch and not onto the production or develop
branches.
resolves#63
In the pull request petervanderdoes/gitflow-avh#162 a release sub command for feature was suggested.
This issue is also related to #38 with the above mentioned pull request being the original.
The text was updated successfully, but these errors were encountered: