Skip to content

BUG: It seems no supports for post tag #52

Description

@fu050409
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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions