TagBot could not automatically create releases for the following versions because the commits modify workflow files (.github/workflows/). GitHub restricts GITHUB_TOKEN from operating on such commits.
Versions needing manual release
How to fix
Run these commands locally for each version:
git tag -a v1.6.0 7582295370acd3bb7466c805860a677df9ac0ba5 -m 'v1.6.0' && git push origin v1.6.0 && gh release create v1.6.0 --generate-notes
Or create releases manually via the GitHub UI.
Prevent this in the future
Avoid modifying workflow files 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 because the commits modify workflow files (
.github/workflows/). GitHub restrictsGITHUB_TOKENfrom operating on such commits.Versions needing manual release
v1.6.0at commit75822953How to fix
Run these commands locally for each version:
Or create releases manually via the GitHub UI.
Prevent this in the future
Avoid modifying workflow files 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)