Releases: JuliaRegistries/TagBot
v1.6.0
Some minor new features:
- The lookback period for new releases is now calculated by checking the time between TagBot runs and multiplying it by 3. If you run TagBot once a week, then it'll look back three weeks for new versions. The minimum period is the old hardcoded value: 3 days.
- The
changelog_ignore
input has been added to specify labels whose issues should be ignored by the changelog generator, and some additional defaults have been added. Also, this filtering happens in the code rather than in the default template, so custom changelog templates now get this for free. - The
dispatch_delay
input has been added to specify how many minutes to wait after creating a repository dispatch event. The default is its old hardcoded value: 5 minutes.
v1.5.4
This should fix a strange issue that occurred when TagBot was handling your first package release.
v1.5.3
If your repository does not have a Project.toml
or JuliaProject.toml
, TagBot now exits without an error.
You should remove TagBot if you do not have any plans to register your repository.
v1.5.2
You can now use SSH keys that have passwords and GPG keys that have passwords!
v1.5.1
Oops, I broke SSH keys by not including the ssh
executable in the new Docker image.
v1.5.0
GPG support has been brought back, you can supply your own private key and get signed tags!
v1.4.4
When using SSH keys, host key verification is performed by first importing GitHub's key (instead of disabling the check).
v1.4.3
You can now use Base64-encoded SSH keys, so if you have such a key as a repo secret for Documenter, you can reuse that one. Hopefully the last SSH-key-related release.
Also, a small logging bug was fixed.
v1.4.2
Another bugfix for SSH keys. Hopefully the last one!
v1.4.1
Bugfix for the SSH key feature (I am 99% sure that this will work now).