Skip to content

Commit

Permalink
chore: add changelog and change workflows (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
qui-pham authored Jan 5, 2024
2 parents c6c4258 + dec05bd commit 0b6b2d8
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/create-PR-deploy-to-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,8 @@ jobs:
- name: Generate Release note
id: template
uses: heinrichreimer/action-github-changelog-generator@e60b5a2bd9fcd88dadf6345ff8327863fb8b490f # v2.4.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
sinceTag: ${{ env.LASTESTTAG}}
headerLabel: '## Changes log of ${{ env.VERSION }} release'
run: |
echo "VERSION=${{ env.VERSION }} - SHA: ${{ github.sha }}" > CHANGELOG.md
- name: Create Pull Request
id: cpr
Expand Down

0 comments on commit 0b6b2d8

Please sign in to comment.