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
The master/main-branch publishes snapshot releases and when I want to publish a release, I'll merge master into release-tracker. Semantic-Release is then executed on the release-tracker-branch.
Behaviour
Everything was working fine, until I published my first hotfix-release from the branch hotfix/v1.2.x. Since then all my releases from the release-tracker-branch are marked as pre-release within github.
Expected behaviour
All releases published on release-tracker aren't marked as pre-release in GitHub. Releases on master/main are still marked as pre-release.
No, we didn't find a solution for this. We've since moved away from semantic-release (due to different reasons). Therefore we i haven't spent more time looking for a solution/workaround.
Configuration / Workflow
I have the following semantic-release config:
The master/main-branch publishes snapshot releases and when I want to publish a release, I'll merge
master
intorelease-tracker
. Semantic-Release is then executed on therelease-tracker
-branch.Behaviour
Everything was working fine, until I published my first hotfix-release from the branch
hotfix/v1.2.x
. Since then all my releases from therelease-tracker
-branch are marked as pre-release within github.Expected behaviour
All releases published on
release-tracker
aren't marked as pre-release in GitHub. Releases on master/main are still marked as pre-release.Environment / Logs
Versions
Node:
18.19.0
Logs
The text was updated successfully, but these errors were encountered: