TagBot could not automatically create releases for the following versions.
Likely cause(s):
- The
GITHUB_TOKEN lacks contents: write permission to push tags
Versions needing manual release
How to fix
Run these commands locally:
gh release create v0.2.2 --generate-notes
gh release create v0.2.3 --generate-notes
gh release create v0.3.11 --generate-notes
Or create releases manually via the GitHub UI.
Prevent this in the future
- Add
permissions: contents: write to your TagBot workflow, or use a PAT/deploy key
This issue was automatically created by TagBot. (Run logs)
TagBot could not automatically create releases for the following versions.
Likely cause(s):
GITHUB_TOKENlackscontents: writepermission to push tagsVersions needing manual release
v0.2.2at commite5fd3f51v0.2.3at commit62ca7c67v0.3.11at commitbe6f8ec7How to fix
Run these commands locally:
Or create releases manually via the GitHub UI.
Prevent this in the future
permissions: contents: writeto your TagBot workflow, or use a PAT/deploy keyThis issue was automatically created by TagBot. (Run logs)