Releases: JuliaRegistries/TagBot
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).