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

BUG: It seems no supports for post tag #52

Open
fu050409 opened this issue Mar 4, 2024 · 0 comments
Open

BUG: It seems no supports for post tag #52

fu050409 opened this issue Mar 4, 2024 · 0 comments

Comments

@fu050409
Copy link

fu050409 commented Mar 4, 2024

Run requarks/changelog-action@v1
Using input tag: v0.3.0-post.1
Error: Provided tag doesn't match latest tag v0.3.0-post.1.

My workflow is ok at other times, but failed when tag name is v0.3.0-post.1, is that unsupported for -post tag or some mistakes causes by myself?

Here is a part of my workflow file:

- name: Generate Changelog
  id: changelog
  uses: requarks/changelog-action@v1
  with:
    token: ${{ github.token }}
    tag: ${{ github.ref_name }}
    includeInvalidCommits: true
    changelogFilePath: CHANGELOG.md
    writeToFile: true
    useGitmojis: false
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