Skip to content

Releases: JuliaRegistries/TagBot

v1.4.4

28 Jan 05:21
v1.4.4
8b71137
Compare
Choose a tag to compare

When using SSH keys, host key verification is performed by first importing GitHub's key (instead of disabling the check).

v1.4.3

17 Jan 14:29
v1.4.3
a0895ac
Compare
Choose a tag to compare

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

17 Jan 06:22
v1.4.2
cd7b198
Compare
Choose a tag to compare

Another bugfix for SSH keys. Hopefully the last one!

v1.4.1

17 Jan 02:03
v1.4.1
fb32cd0
Compare
Choose a tag to compare

Bugfix for the SSH key feature (I am 99% sure that this will work now).

v1.4.0

16 Jan 03:39
v1.4.0
517743e
Compare
Choose a tag to compare

This release adds the ability to provide an SSH key to use for creating tags, which works around some limitations with the default token. See the "Personal Access Tokens" and "SSH Deploy Keys" README sections, issue #47 and PR #49 for more details.

v1.3.1

24 Dec 03:29
v1.3.1
cdce43a
Compare
Choose a tag to compare

I broke the deploy script in the last release. I think this fixes it.

v1.3.0

23 Dec 14:10
v1.3.0
3cf8691
Compare
Choose a tag to compare

Adds custom changelog template support (see the README for details).
This might be buggy, please report any errors via an issue.

v1.2.0

20 Dec 16:28
v1.2.0
f8b745f
Compare
Choose a tag to compare

New feature: Use the branches input to enable release branch management if you're using the PkgDev registration workflow (see the README for more details).
I'm like 85% sure it works properly.

v1.1.1

18 Dec 04:19
v1.1.1
0509f4a
Compare
Choose a tag to compare

Fixed a bug (I think) when looking for invalid existing tags when that existing tag was non-annotated.

v1.1.0

18 Dec 02:22
v1.1.0
899339c
Compare
Choose a tag to compare

Reworked internals and a few inputs/capabilities have changed. See #43 for a summary.
I think this should be pretty solid but keep your fingers crossed.