TagBot icon indicating copy to clipboard operation
TagBot copied to clipboard

Creates tags, releases, and changelogs for your Julia packages when they're registered

Results 32 TagBot issues
Sort by recently updated
recently updated
newest added

Bumps [idna](https://github.com/kjd/idna) from 3.4 to 3.7. Release notes Sourced from idna's releases. v3.7 What's Changed Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time...

dependencies
python

what does "GithubException: 500 null" indicate? i thought it might mean the github servers were down, but the [status](https://www.githubstatus.com/) shows they're all green. ``` % docker run --rm ghcr.io/juliaregistries/tagbot python...

Bumps [black](https://github.com/psf/black) from 23.11.0 to 24.3.0. Release notes Sourced from black's releases. 24.3.0 Highlights This release is a milestone: it fixes Black's first CVE security vulnerability. If you run Black...

dependencies
python

Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.6 to 42.0.4. Changelog Sourced from cryptography's changelog. 42.0.4 - 2024-02-20 * Fixed a null-pointer-dereference and segfault that could occur when creating a PKCS#12 bundle. Credit to...

dependencies
python

TagBot seems to be unable to create GitHub releases when there are multiple releases that need to be made. Noticed in [SciMLSensitivity](https://github.com/SciML/SciMLSensitivity.jl). SciMLSensitivity's TagBot setup was broken for a while,...

bug

I still get the "Resource not accessible by integration" error (https://github.com/JuliaRegistries/TagBot/issues/222) in https://github.com/johnnychen94/LazyModules.jl/runs/6449253549?check_suite_focus=true after upgrading the config to ```julia name: TagBot on: issue_comment: types: - created workflow_dispatch: inputs: lookback: default:...

The inexplicable 403 errors we're seeing on repos that once worked but started to fail may be rate limited. We can probe the status here https://docs.github.com/en/rest/overview/rate-limits-for-the-rest-api?apiVersion=2022-11-28#checking-the-status-of-your-rate-limit

From https://discourse.julialang.org/t/psa-compat-requirements-in-the-general-registry-are-changing/104958 > For now you should simply **match** the version of your Julia compat entry, for all your standard library compat entries. Last night, TagBot has started suggesting compat...

I have a github org with private registry and I'm registering new package versions manually with LocalRegistry: ``` using LocalRegistry register(package) ``` Now I'm lacking automatic git tag and github...

I registered a new version v0.6.0 of my package [PeriodicSystems](https://github.com/andreasvarga/PeriodicSystems.jl) and the new version appears in the registry (see [here](https://github.com/JuliaRegistries/General/tree/master/P/PeriodicSystems)). However, after 19 hours, the expected new tag v0.6.0 for...