Skip to content

Releases: JuliaRegistries/TagBot

v1.7.5

28 Feb 06:23
v1.7.5
cdfd7c1
Compare
Choose a tag to compare
  • Fixed tree SHA lookup for release commits in non-default branches (#74)
  • Fix a few issues with error reporting
  • Don't error for some issues with invalid Project.toml files

v1.7.4

27 Feb 06:53
v1.7.4
44168bc
Compare
Choose a tag to compare

Virtually all errors are now caught and TagBot should always succeed even if there are errors. Errors are reported automatically to the TagBot repository.

Crossing my fingers for this one...

v1.7.2

21 Feb 16:06
v1.7.2
5eeccbb
Compare
Choose a tag to compare

Another bugfix... Today is not a good day. Sorry to everyone's email inboxes.

v1.7.1

21 Feb 09:27
v1.7.1
a52a40c
Compare
Choose a tag to compare

Bugfix for the lookback thing default value.

v1.7.0

21 Feb 08:10
v1.7.0
f5131c6
Compare
Choose a tag to compare

TagBot will no longer clone your repository unless there are new releases to make, which will help keep your traffic graphs accurate.

A side effect of this is that the amount to look back in time for new releases can no longer be automatically calculated. Instead, there's the new lookback input. Chances are, you don't need to use it unless you're running TagBot less than once every three days.

v1.6.1

19 Feb 01:12
v1.6.1
bb85f1d
Compare
Choose a tag to compare

Fixes a bug with some PRs or issues not appearing in the changelog if they were closed by the last commit.

v1.6.0

10 Feb 08:16
v1.6.0
05c77c0
Compare
Choose a tag to compare

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

10 Feb 02:13
v1.5.4
a693213
Compare
Choose a tag to compare

This should fix a strange issue that occurred when TagBot was handling your first package release.

v1.5.3

09 Feb 02:14
v1.5.3
c4c3712
Compare
Choose a tag to compare

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

07 Feb 00:45
v1.5.2
264a284
Compare
Choose a tag to compare

You can now use SSH keys that have passwords and GPG keys that have passwords!