File tree Expand file tree Collapse file tree 1 file changed +0
-23
lines changed
Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Original file line number Diff line number Diff line change 7272 echo "Target version: $VERSION" >> $GITHUB_STEP_SUMMARY
7373 echo "Version tag: v$VERSION" >> $GITHUB_STEP_SUMMARY
7474
75- - name : Make changelog
76- run : |
77- yarn changelog --release ${{ steps.target-version.outputs.version }}
78-
79- - name : Extract Changelog
80- id : changelog
81- uses : zogot/kacl-parser@1.0.0
82- with :
83- version : ${{ steps.target-version.outputs.version }}
84-
85- - name : Commit changes
86- id : commit
87- uses : iarekylew00t/verified-bot-commit@v2
88- with :
89- token : ${{ steps.setup-git.outputs.token }}
90- files : |
91- package.json
92- CHANGELOG.md
93- message : |
94- version: bump version to ${{ steps.target-version.outputs.version }}
95-
96- ${{ steps.changelog.outputs.release }}
97-
9875 - name : Create Tag
9976 id : tagging
10077 shell : bash
You can’t perform that action at this time.
0 commit comments