TagBot: Manual intervention needed for releases

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

Nobody has claimed this yet.

Assessment

Difficulty
1/5
Estimated time
Under an hour
Newbie friendliness
78/100
Issue type
Bug
Clarity
Clearly specified
Activity status
Active
Tech stack
git, github-actions, julia
Domain
ci-cd, devops, release

Research direction

Start with the linked TagBot run logs and the TagBot troubleshooting page to confirm why the automated releases failed. Run the three listed gh release create commands, or use the GitHub UI, and verify that v1.0.0, v1.0.1, and v1.0.3 have published 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):

  • A network or API error occurred
  • The commits modify workflow files, which GITHUB_TOKEN cannot push

Versions needing manual release

  • v1.0.0 at commit 33475599
  • v1.0.1 at commit afae0f34
  • v1.0.3 at commit 9d805891

How to fix

Run these commands locally:

gh release create v1.0.0 --generate-notes
gh release create v1.0.1 --generate-notes
gh release create v1.0.3 --generate-notes

Or create releases manually via the GitHub UI.

Prevent this in the future


This issue was automatically created by TagBot. (Run logs)

Dominant language
Julia
Stars
9
Forks
12
Avg merge
3d 21h
Merged PRs (30d)
1

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 JuliaGraphics/Showoff.jl

All issues in JuliaGraphics/Showoff.jl

Similar issues

More Julia issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.