TagBot
TagBot copied to clipboard
Creates tags, releases, and changelogs for your Julia packages when they're registered
Does the `TagBot.yml` shown on `README.md` give sufficient permission? I used this setting but there is no TagBot trigger issue opened when a new package is registered on `General` registry....
My TagBot failed to create the tag after my version was merged into General. I re-ran manually a couple of times but I keep getting the same error. I ended...
Hi, I have a package that is located in a subdirectory of another package. I registered a new version for this package in the subdirectory. But, since then, TagBot is...
@oxinabox had a great idea here: https://github.com/JuliaRegistries/TagBot/issues/181#issuecomment-890524606
Suppose I make the following releases, in order: 1.0.0, 2.0.0, 1.0.1 - Issues/PRs included in release notes for 1.0.0 are from beginning of time -> 1.0.0. - For 2.0.0, they're...
This would have the effect of "backfilling" old releases if TagBot is set up on a repo later in its life. Would actually simplify the code too.
https://github.blog/2021-10-04-beta-github-releases-improving-release-experience/ Might be good to just rip out all the changelog code. I don't think this supports issues though, just PRs.
I just got a new release for my package, but TagBot did not work. The error traceback is attached below in the screenshot. I lost the log file after I...
Currently, the officially recommended TagBot configuration is located in two places: 1. The "Setup" section of the [`README.md` file](https://github.com/JuliaRegistries/TagBot/blob/master/README.md) 2. The [`example.yml`](https://github.com/JuliaRegistries/TagBot/blob/master/example.yml) file It's a little sub-optimal to have the...