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
Hello!
When I run pnpm semantic-release on main, I get messages like "🎉 This MR is included in version" in closed/merged MRs. Same happens if I run canary releases, MRs without stable version also get a mention from semantic-release.
I would expect if I run release on main other MRs stay intact. If I run canary release on MR "my new feature", my merged but unreleased MR "my old feature" would not have "🎉 This MR is included in version" message. Is there a way to achieve this?
My release config:
Hello!
When I run
pnpm semantic-release
onmain
, I get messages like "🎉 This MR is included in version" in closed/merged MRs. Same happens if I run canary releases, MRs without stable version also get a mention from semantic-release.I would expect if I run release on
main
other MRs stay intact. If I run canary release on MR "my new feature", my merged but unreleased MR "my old feature" would not have "🎉 This MR is included in version" message. Is there a way to achieve this?My release config:
The text was updated successfully, but these errors were encountered: