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 f7c043e commit 983f597Copy full SHA for 983f597
actions/bump-all-packages/action.yml
@@ -8,6 +8,9 @@ inputs:
8
target-directories:
9
description: 'List of directories containing packages to bump'
10
required: true
11
+ change-type:
12
+ description: 'Type of version bump to apply'
13
+ required: true
14
runs:
15
using: node20
16
main: 'dist/index.js'
0 commit comments