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

disable-changelog option also prevents creating a release commit #1410

Open
es50678 opened this issue Aug 21, 2023 · 0 comments
Open

disable-changelog option also prevents creating a release commit #1410

es50678 opened this issue Aug 21, 2023 · 0 comments

Comments

@es50678
Copy link

es50678 commented Aug 21, 2023

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:

    - name: Create github release
      id: github-release
      env:
        GITHUB_TOKEN: ${{ inputs.github-token }}
      uses: ridedott/release-me-action@v3
      with:
        release-branches: '["master", { "name": "cmd-2451-add-preprod", "prerelease": true }]'
        disable-changelog: true

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.

Screenshot 2023-08-21 at 10 50 04 AM

We are using:

ridedott/release-me-action: v3
node: v16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant