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.