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
We are running a set up where we use a pre-release action and we want to pass disable-changelog to it because we keep getting merge conflicts on the changelog files. However, we noticed a small issue:
When we use the disable-changelog action like this:
Our release commit never gets committed anymore. Which is a bit odd but not a show killer. The github prerelease still gets created and tagged properly.
We are using:
ridedott/release-me-action: v3
node: v16
The text was updated successfully, but these errors were encountered:
We are running a set up where we use a
pre-release
action and we want to passdisable-changelog
to it because we keep getting merge conflicts on the changelog files. However, we noticed a small issue:When we use the
disable-changelog
action like this:Our release commit never gets committed anymore. Which is a bit odd but not a show killer. The github prerelease still gets created and tagged properly.
We are using:
The text was updated successfully, but these errors were encountered: