mathieudutour / mathieudutour/github-tag-action
error when committing without tag
- Dominant language
- TypeScript
- Stars
- 733
- Forks
- 227
- PR merge metrics
- No merged PRs in 30d
Description
Hello,
I have set "default_bump": false
When I commit without a tag in the commit-message, an error returns when this action is executes: "Error undefined: No tag found in ref or input!"
ncipollo/release-action@v1 needsa ref or input, but "github-tag-action" should not throw an error when "default_bump": false imho.
Best to just do nothing, because this is what you want when "default_bump": false.
thanks in advance for looking at this.
Coen
Contributor guide
Research direction
Locate the handling for `default_bump` and the "No tag found in ref or input" error in the action. Reproduce a commit without a tag while `default_bump` is false, then verify the action completes without throwing the error or requiring a release reference.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- git, github-actions, typescript
- Domain
- ci-cd, release
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100