Skip to content

Set release's associated branch #21761

Answered by lee-dohm
dgw asked this question in New to GitHub
Discussion options

You must be logged in to vote

Thanks for reaching out.

Looking at your repository’s history, it seems that tag 0.2.0a0 shows “17 commits to alpha since release”, which is I suspect what you’re expecting from the other two releases that you linked to. However, tag 0.2.0a1 is the first to show “2 commits to master since release”. It appears that after tag 0.2.0a0, you began creating new branches  from master to make changes and then merge them into alpha. Had you been making branches from alpha or using git cherry-pick to move the changes from master to alpha, I suspect you would have gotten the behavior you expect on the successive tags.

I hope that helps!

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants