Skip to content

v7.12.0

Choose a tag to compare

@adierkens adierkens released this 21 Oct 16:36
· 4345 commits to main since this release

Release Notes

From #612

Commit Files

Plugin authors can now write plugins that do things based on the files in a commit. Anywhere you can receive a commit object you will also receive the files changed in that commit.

afterAddToChangelog

A new hook is available to plugin developers. the afterAddToChangelog enables developers to run bits of automation after the new changelog is created. This is useful for getting extra commits into a release before publishing. The all-contributors plugin utilizes this hook.


🚀 Enhancement

📝 Documentation

🔩 Dependency Updates

Authors: 2