TagBot
TagBot copied to clipboard
Creates tags, releases, and changelogs for your Julia packages when they're registered
Currently, TagBot is written in Python. It would be great to eventually rewrite TagBot in pure Julia, for the following reasons: - We might as well "eat our own dog...
https://github.com/JuliaRegistries/TagBot/blob/bb54f2ea972cea2273ddfa926548c72ac2bb4bda/tagbot/action/repo.py#L151-L154 The code above means "Static release branch set in TagBot config if it's set, otherwise the repo's default branch". It's ignoring release branch info from a Registrator invocation like...
https://github.com/JuliaRegistries/TagBot/blob/9d7c2f9bcbadd7d97e2fc0d31c27a418aa8284aa/tagbot/action/changelog.py#L49 Should be an easy fix, just a reminder for myself
I found an example of an `Error: TagBot experienced an unexpected internal failure`. But then also, the error reporting failed as well with `Error: Issue reporting failed`. Log: https://github.com/qojulia/CollectiveSpins.jl/runs/1676244536 ```...
When a release is yanked (marked as uninstallable) from a registry, its entry in the `Versions.toml` has `yanked = true` inserted. That make new yanks easily detectable by TagBot. But...
Fixes #239. There is a bug with the GitHub API where you can only create tags for SHA's which are the `HEAD` commit on a branch (https://github.com/orgs/community/discussions/68932). Attempting to register...
Depends on #318
Python 3.8 is reaching its [end of life as of 2024-10](https://www.python.org/downloads/).
Bumps [zipp](https://github.com/jaraco/zipp) from 3.17.0 to 3.19.1. Changelog Sourced from zipp's changelog. v3.19.1 Bugfixes Improved handling of malformed zip files. (#119) v3.19.0 Features Implement is_symlink. (#117) v3.18.2 No significant changes. v3.18.1...
Bumps [certifi](https://github.com/certifi/python-certifi) from 2023.7.22 to 2024.7.4. Commits bd81538 2024.07.04 (#295) 06a2cbf Bump peter-evans/create-pull-request from 6.0.5 to 6.1.0 (#294) 13bba02 Bump actions/checkout from 4.1.6 to 4.1.7 (#293) e8abcd0 Bump pypa/gh-action-pypi-publish from...