Releases: JuliaRegistries/TagBot
v1.7.8
Fixed a bug that I added last night which affected new packages (#81).
v1.7.7
Fixed a bug where TagBot would fail to handle new versions based on commits more than a few days old.
v1.7.6
TagBot will no longer make releases on your forks that aren't registered (#79).
v1.7.5
- 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
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
Another bugfix... Today is not a good day. Sorry to everyone's email inboxes.
v1.7.1
Bugfix for the lookback thing default value.
v1.7.0
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
Fixes a bug with some PRs or issues not appearing in the changelog if they were closed by the last commit.
v1.6.0
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.