JuliaMath / JuliaMath/HypergeometricFunctions.jl
TagBot: Manual intervention needed for releases
- Dominant language
- Julia
- Stars
- 76
- Forks
- 12
- PR merge metrics
- No merged PRs in 30d
Description
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
- [ ] `v0.2.2` at commit `e5fd3f51`
- [ ] `v0.2.3` at commit `62ca7c67`
- [ ] `v0.3.11` at commit `be6f8ec7`
## How to fix
Run these commands locally:
```bash
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](https://github.com/JuliaMath/HypergeometricFunctions.jl/actions/runs/28682479871))*
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with the linked TagBot run logs and the repository's TagBot workflow; confirm the GITHUB_TOKEN permissions and the three listed commit/version pairs. Create the three releases using the documented gh commands or GitHub UI, then verify that all versions are published and the workflow permissions prevent another failure.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions, julia
- Domain
- ci-cd, release
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Quiet
- Clarity
- Clearly specified
- Newbie friendliness
- 78/100