JuliaDiff / JuliaDiff/FiniteDiff.jl
TagBot: Manual intervention needed for releases
Open
Nobody has claimed this yet.
tagbot-manual
- Dominant language
- Julia
- Stars
- 304
- Forks
- 42
- Avg merge
- 24m
- Merged PRs (30d)
- 2
Description
TagBot could not automatically create releases for the following versions.
Likely cause(s):
- The
GITHUB_TOKENlackscontents: writepermission to push tags
Versions needing manual release
-
v2.28.0at commit83ff37e0 -
v2.28.1at commit3e64a972 -
v2.29.0at commitc49cdd27
How to fix
Run these commands locally:
gh release create v2.28.0 --generate-notes
gh release create v2.28.1 --generate-notes
gh release create v2.29.0 --generate-notes
Or create releases manually via the GitHub UI.
Prevent this in the future
- Add
permissions: contents: writeto your TagBot workflow, or use a PAT/deploy key
This issue was automatically created by TagBot. (Run logs)
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the linked TagBot run logs and the repository's TagBot workflow; confirm why GITHUB_TOKEN lacks contents: write. Create releases v2.28.0, v2.28.1, and v2.29.0 from the listed commits, then verify the workflow permissions prevent recurrence.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- git, github-actions
- Domain
- ci-cd, release
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Quiet
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100