Skip to content

Commit

Permalink
Update actions-gh-release version to v2.4.0 (#4052)
Browse files Browse the repository at this point in the history
* Update actions-gh-release version to v2.4.0

* Remove the release job
  • Loading branch information
knanao authored Dec 5, 2022
1 parent 1b26d7d commit d798aeb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/prerelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: pipe-cd/actions-gh-release@v2.3.6
- uses: pipe-cd/actions-gh-release@v2.4.0
with:
release_file: 'RELEASE'
token: ${{ secrets.GITHUB_TOKEN }}
20 changes: 0 additions & 20 deletions .github/workflows/release.yaml

This file was deleted.

1 change: 1 addition & 0 deletions RELEASE
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ tag: v0.40.1
releaseNoteGenerator:
showCommitter: false
useReleaseNoteBlock: true
usePullRequestLink: true

commitCategories:
- title: "Breaking Changes"
Expand Down

0 comments on commit d798aeb

Please sign in to comment.