You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BumpVersion and PrepareRelease now require setting a [[packages]] field in knope.toml. The path to a changelog file is no longer defined with changelog_path in the PrepareRelease step. Instead, it is set as changelog in [[packages]].
Features
Support multiple versioned_files in one package.
Specify which versioned file to bump instead of picking automatically. (#182)
Support loading GitHub credentials from GITHUB_TOKEN env var (#172)