v1.22.0
github-actions
released this
14 Jun 13:10
·
156 commits
to master
since this release
Summary
We're pleased to announce Commodore v1.22.0. This release introduces a number of new command line flags for commands component new
and component update
. These new command line flags allow users to customize which component dependency PRs will be automerged and autoreleased.
See the commands' help messages or the CLI reference documentation for details on the new commands.
Changes
10 changes since v1.21.0
🚀 Features
- Add options to configure dependency patch automerge behavior in components via
component new
andcomponent update
(#974) - Add command line flags for disabling automerging of patch updates for selected dependencies (#981)
- Add command line flags for configuring automerging of patch updates for selected v0.x dependencies (#982)
- Add command line flags for configuring automerging of minor updates for selected dependencies (#983)
- Add CLI flag to control autorelease config in
component new
andcomponent update
(#984)
🪛 Internal Changes
- Deduplicate options for
component new
andcomponent update
(#975)