Skip to content

Commit f990c74

Browse files
committed
chore: add changelog and change workflows
1 parent 5334b56 commit f990c74

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/create-PR-deploy-to-release.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,8 @@ jobs:
4848
4949
- name: Generate Release note
5050
id: template
51-
uses: heinrichreimer/action-github-changelog-generator@e60b5a2bd9fcd88dadf6345ff8327863fb8b490f # v2.4.0
52-
with:
53-
token: ${{ secrets.GITHUB_TOKEN }}
54-
sinceTag: ${{ env.LASTESTTAG}}
55-
headerLabel: '## Changes log of ${{ env.VERSION }} release'
51+
run: |
52+
echo "VERSION=${{ env.VERSION }} - SHA: ${{ github.sha }}" > CHANGELOG.md
5653
5754
- name: Create Pull Request
5855
id: cpr

0 commit comments

Comments
 (0)