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

Problem with gitflow braches strategy #620

Open
stefanellid-mms opened this issue Nov 23, 2022 · 0 comments
Open

Problem with gitflow braches strategy #620

stefanellid-mms opened this issue Nov 23, 2022 · 0 comments
Labels
question Further information is requested

Comments

@stefanellid-mms
Copy link

stefanellid-mms commented Nov 23, 2022

Hi,

I'm facing problems trying to use this action in a repository with git-flow branches:

I have a develop and main branch. I want to compute the version in develop without pushing and only push version tags in main. After features are added to develop I merge these changes into the main branch through a PR and generate the version tag using this semver action, but ignoring changelog files using --skipCommit. In another iteration, when the action tries to compute the tag version after merging a PR in the develop branch an error is thrown saying that the tag already exists. I suppose this is because the tag was created in the main branch and no merge back into develop was performed.

image

is it mandatory to merge main into develop after merging the PR and generating the tag version?

@edbzn edbzn added the question Further information is requested label Dec 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants