Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add release sub command to git flow feature #63

Closed
ChrisJStone opened this issue Jul 5, 2023 · 0 comments · Fixed by #64
Closed

Add release sub command to git flow feature #63

ChrisJStone opened this issue Jul 5, 2023 · 0 comments · Fixed by #64

Comments

@ChrisJStone
Copy link
Member

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.

@ChrisJStone ChrisJStone added this to the 2.2.0 milestone Jul 5, 2023
@ChrisJStone ChrisJStone self-assigned this Jul 5, 2023
@ChrisJStone ChrisJStone moved this to 🏗 In progress in gitflow-cjs Jul 5, 2023
ChrisJStone added a commit that referenced this issue Jul 5, 2023
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
ChrisJStone added a commit that referenced this issue Jul 5, 2023
Create initial version of release command for git flow feature. As 
proposed in petervanderdoes/gitflow-avh#162. This request closes #63 and
also closes petervanderdoes/gitflow-avh#162 as a result.
@github-project-automation github-project-automation bot moved this from 🏗 In progress to ✅ Done in gitflow-cjs Jul 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant