JuliaMath / JuliaMath/DoubleFloats.jl
TagBot: Manual intervention needed for releases
- Dominant language
- Julia
- Stars
- 172
- Forks
- 37
- PR merge metrics
- No merged PRs in 30d
Description
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
- [ ] `v1.1.27` at commit `c177da1d`
- Error: Resource not accessible by integration: 403 {"message": "Resource not accessible by integration", "documentation_url": "https://docs.github.com/rest/releases/releases#create-a-release", "status": "403"}
- [ ] `v1.2.3` at commit `70081297`
- Error: Resource not accessible by integration: 403 {"message": "Resource not accessible by integration", "documentation_url": "https://docs.github.com/rest/releases/releases#create-a-release", "status": "403"}
## How to fix
Run these commands locally:
```bash
gh release create v1.1.27 --generate-notes
gh release create v1.2.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](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens).
See [TagBot troubleshooting](https://github.com/JuliaRegistries/TagBot#commits-that-modify-workflow-files) for details.
---
*This issue was automatically created by TagBot. ([Run logs](https://github.com/JuliaMath/DoubleFloats.jl/actions/runs/21306287388))*
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.