TagBot could not automatically create releases for the following versions. This may be because:
- The commits modify workflow files (
.github/workflows/), which GITHUB_TOKEN cannot operate on
- The tag already exists but the release failed to be created
- A network or API error occurred
Versions needing manual release
How to fix
Run these commands locally:
gh release create v2.1.3 --generate-notes
Or create releases manually via the GitHub UI.
Prevent this in the future
If this is due to workflow file changes, avoid modifying them in the same commit as version bumps, or use a Personal Access Token with workflow scope.
See TagBot troubleshooting for details.
This issue was automatically created by TagBot. (Run logs)
TagBot could not automatically create releases for the following versions. This may be because:
.github/workflows/), whichGITHUB_TOKENcannot operate onVersions needing manual release
v2.1.3at commitf21d05e9How to fix
Run these commands locally:
Or create releases manually via the GitHub UI.
Prevent this in the future
If this is due to workflow file changes, avoid modifying them in the same commit as version bumps, or use a Personal Access Token with
workflowscope.See TagBot troubleshooting for details.
This issue was automatically created by TagBot. (Run logs)