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

No release notes when force pushing to branch #1

Open
greenkiwi opened this issue Aug 15, 2022 · 0 comments
Open

No release notes when force pushing to branch #1

greenkiwi opened this issue Aug 15, 2022 · 0 comments

Comments

@greenkiwi
Copy link

greenkiwi commented Aug 15, 2022

We are experiencing strange behavior when we force push branches in a PR.

We see that there will be "no new release" generated, even when it's pretty clear that there is a commit with a change that would generate the change.

When I first committed the changes, it generated release notes. Then when I rebased and force pushed changes up, it did not.

Here is the commit message:
image

Here's the output:
image

And we are setting the fetch depth to 0

    steps:
      - uses: actions/checkout@v3
        with:
          fetch-depth: 0
      - run: npm install
      - name: Generate release notes
        id: release-notes-preview
        uses: guilhermetod/[email protected]
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