Skip to content

Commit

Permalink
ci: remove old script and update action repo
Browse files Browse the repository at this point in the history
  • Loading branch information
trim21 committed Oct 11, 2023
1 parent e0f9bed commit d901ab1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 74 deletions.
72 changes: 0 additions & 72 deletions .github/scripts/changelog.mjs

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ jobs:

- name: Generate Changelog
id: changelog
uses: trim21/action-changelog@includeTypes
uses: requarks/changelog[email protected]
with:
token: ${{ github.token }}
tag: ${{ github.ref_name }}
writeToFile: false
includeTypes: feat,fix,revert
restrictToTypes: feat,fix,revert

- name: Upload Github Release
run: gh release create "${GITHUB_REF}" --notes "${CHANGELOG}"
Expand Down

0 comments on commit d901ab1

Please sign in to comment.