Skip to content

Releases: JuliaRegistries/TagBot

v1.7.8

04 Mar 07:47
v1.7.8
82acf91
Compare
Choose a tag to compare

Fixed a bug that I added last night which affected new packages (#81).

v1.7.7

03 Mar 16:52
v1.7.7
83f4c0f
Compare
Choose a tag to compare

Fixed a bug where TagBot would fail to handle new versions based on commits more than a few days old.

v1.7.6

03 Mar 13:40
v1.7.6
63fd333
Compare
Choose a tag to compare

TagBot will no longer make releases on your forks that aren't registered (#79).

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.