We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2baa34 commit 96bbd4fCopy full SHA for 96bbd4f
actions/bump-all-packages/action.yml
@@ -2,8 +2,8 @@ name: 'Bump All Packages'
2
description: 'Bumps major version for all packages in target directories using changesets'
3
4
inputs:
5
- target-branch:
6
- description: 'Branch to apply version bumps to'
+ message:
+ description: 'Message to commit'
7
required: true
8
target-directories:
9
description: 'List of directories containing packages to bump'
@@ -13,4 +13,5 @@ inputs:
13
14
runs:
15
using: node20
16
- main: 'dist/index.js'
+ main: 'dist/index.js'
17
+
0 commit comments