TagBot: Manual intervention needed for releases

Open Beginner friendly
#225 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
2/5
Estimated time
1-3 hours
Newbie friendliness
68/100
Issue type
Bug
Clarity
Clearly specified
Activity status
Quiet
Tech stack
github-actions
Domain
ci-cd, release

Research direction

Start with the linked TagBot run logs to confirm why the releases were not created. Create releases v0.3.6 and v0.5.10 with generated notes using the documented commands or GitHub UI, then inspect the TagBot workflow permissions so future runs can create tags and releases.

Written by the indexing model from the issue text.

Description

tagbot-manual

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.3.6 at commit 6a1d0f63
  • v0.5.10 at commit 65d54824

How to fix

Run these commands locally:

gh release create v0.3.6 --generate-notes
gh release create v0.5.10 --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)

Dominant language
Julia
Stars
68
Forks
46
Avg merge
11h 22m
Merged PRs (30d)
16

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from qojulia/QuantumOpticsBase.jl

All issues in qojulia/QuantumOpticsBase.jl

Similar issues

More Julia issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.