File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 4
4
workflow_dispatch :
5
5
inputs :
6
6
release-type :
7
- description : ' Release type (major, minor, patch) '
7
+ description : ' Release type, if auto it will be determined by the changes since the last tag '
8
8
required : false
9
9
type : choice
10
10
options :
11
+ - auto
11
12
- major
12
13
- minor
13
14
- patch
@@ -39,13 +40,13 @@ jobs:
39
40
node-version : ${{ env.NODE_VERSION }}
40
41
cache : " npm"
41
42
- name : Setup dependencies
42
- uses : aws-powertools/actions/.github/actions/cached-node-modules@743fa57a003787b157991ea5c6e3cf0d40468676 # v1.4 .0
43
+ uses : aws-powertools/actions/.github/actions/cached-node-modules@3b5b8e2e58b7af07994be982e83584a94e8c76c5 # v1.5 .0
43
44
with :
44
45
node-version : ${{ env.NODE_VERSION }}
45
46
build : " false"
46
47
- name : Version and changelog
47
48
id : version-n-changelog
48
- uses : aws-powertools/actions/.github/actions/version-n-changelog@743fa57a003787b157991ea5c6e3cf0d40468676 # v1.4 .0
49
+ uses : aws-powertools/actions/.github/actions/version-n-changelog@3b5b8e2e58b7af07994be982e83584a94e8c76c5 # v1.5 .0
49
50
with :
50
51
release-type : ${{ github.event.inputs.release-type }}
51
52
- name : Update user agent version
55
56
run : git add .
56
57
- name : Create PR
57
58
id : create-pr
58
- uses : aws-powertools/actions/.github/actions/create-pr@743fa57a003787b157991ea5c6e3cf0d40468676 # v1.4 .0
59
+ uses : aws-powertools/actions/.github/actions/create-pr@3b5b8e2e58b7af07994be982e83584a94e8c76c5 # v1.5 .0
59
60
with :
60
61
temp_branch_prefix : " ci-bump"
61
62
pull_request_title : " chore(ci): bump version to ${{ steps.version-n-changelog.outputs.new-version }}"
You can’t perform that action at this time.
0 commit comments