Skip to content

Commit

Permalink
chore(ci): update release config
Browse files Browse the repository at this point in the history
see creasico/laravel-project#36

Signed-off-by: Fery Wardiyanto <[email protected]>
  • Loading branch information
feryardiant committed Oct 29, 2023
1 parent e898236 commit f059ae0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
11 changes: 11 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
changelog:
exclude:
labels:
- dependencies
authors:
- dependabot[bot]

categories:
- title: Contributions
labels:
- '*'
7 changes: 4 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,12 @@ jobs:
uses: actions/checkout@v1

- name: Read Changelog file
run: npx @feryardiant/read-changelog > PUBLISH.txt
run: npx @feryardiant/read-changelog > PUBLISH.md

- name: Publish
uses: softprops/action-gh-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
body_path: PUBLISH.txt
body_path: PUBLISH.md
generate_release_notes: true

0 comments on commit f059ae0

Please sign in to comment.