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

0.1.0 is specified if sinceTag is not specified #28

Closed
zillionare opened this issue Apr 19, 2021 · 1 comment
Closed

0.1.0 is specified if sinceTag is not specified #28

zillionare opened this issue Apr 19, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@zillionare
Copy link

Describe the bug

In my workflow, I doesn't specify sinceTag, however, it fails with error:

/usr/local/bundle/gems/github_changelog_generator-1.15.0/lib/github_changelog_generator/generator/generator_tags.rb:138:in `filter_since_tag': Error: can't find tag 0.1.0, specified with --since-tag option. (GitHubChangelogGenerator::ChangelogGeneratorError)

My project has no tag named 0.1.0, so it should fail. However, since I don't specify any value for sinceTag, why action-github-changelog-generator pass 0.1.0 to --since-tag?

Any workaround to avoid this error?

For more infomation, please have a look at https://github.com/zillionare/ppw_0419_01/runs/2382578601?check_suite_focus=true

by the way, thanks for provide this great github action (it saved me since I have no need to learn ruby).

@zillionare zillionare added the bug Something isn't working label Apr 19, 2021
@heinrichreimer
Copy link
Owner

I can't access the workflow run logs nor the linked repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants