Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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/[email protected].4
- uses: pipe-cd/[email protected].6
with:
release_file: 'RELEASE'
token: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
# - uses: pipe-cd/[email protected].4
# - uses: pipe-cd/[email protected].6
# with:
# release_file: 'RELEASE'
# token: ${{ secrets.GITHUB_TOKEN }}
1 change: 0 additions & 1 deletion RELEASE
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ tag: v0.33.0
releaseNoteGenerator:
showCommitter: false
useReleaseNoteBlock: true
usePullRequestMetadata: true

commitCategories:
- title: "Breaking Changes"
Expand Down