Skip to content

Releases: JuliaRegistries/TagBot

v1.11.0

27 Jul 20:07
v1.11.0
c147b0c
Compare
Choose a tag to compare

A couple of new features:

  • Better logging formats when not running in GitHub Actions (#158)
  • New inputs for Git tag author info (#168)

v1.10.0

25 May 17:29
v1.10.0
83d2a23
Compare
Choose a tag to compare
  • Self-hosted GitHub is now supported, as well as SSH URLs in the registry (#154, #156)
  • In local mode, you are now prompted for a token if you don't provide one on the command line (#155)

v1.9.1

15 May 19:39
v1.9.1
64694fd
Compare
Choose a tag to compare

Fixed a PkgDev edge case (#150).

v1.9.0

15 May 16:29
v1.9.0
04efc21
Compare
Choose a tag to compare

It's now easier to use TagBot locally. See the README for more details.

v1.8.1

14 Mar 09:32
v1.8.1
d93a1f2
Compare
Choose a tag to compare

Fixed a problem with release branch merging (#127).

v1.8.0

11 Mar 06:44
v1.8.0
0fa3ec7
Compare
Choose a tag to compare

Errors are no longer reported for private repos.

This is really a patch release, but I botched the last version number so we're starting fresh.

v1.7.13

08 Mar 07:53
v1.7.13
199c89f
Compare
Choose a tag to compare

Fixed a very rare bug when looking up existing tags.

v1.7.12

08 Mar 06:36
v1.7.12
19689df
Compare
Choose a tag to compare

Fixed a bug with the last release that broke tagging with SSH keys.

v1.7.11

07 Mar 05:23
v1.7.11
6818abd
Compare
Choose a tag to compare

TagBot now always creates annotated tags (#102).

v1.7.10

05 Mar 04:10
v1.7.10
b967fc0
Compare
Choose a tag to compare

Transient HTTP errors are no longer reported.