Skip to content

Commit

Permalink
release-please.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
guoshiqiufeng committed Jan 11, 2024
1 parent 30e5645 commit 5314408
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ jobs:
# optional. customize path to .release-please-manifest.json
manifest-file: ~/.release-please-manifest.json
extra-files: gradle.properties
changelog-types: '[{"type":"dependency","section":"🔨 Dependency Upgrades","hidden":false},{"type":"feat","section":"⭐ New Features","hidden":false},{"type":"fix","section":"🐞 Bug Fixes","hidden":false},{"type":"docs","section":"📔 Documentation","hidden":false},{"type":"noteworthy","section":"️Noteworthy Changes","hidden":false},{"type":"refactor","section":"Code Refactoring","hidden":false},{"type":"perf","section":"Performance Improvements","hidden":false},{"type":"test","section":"Tests","hidden":false}]'
changelog-types: '[{"type":"feat","section":"⭐ New Features","hidden":false},{"type":"fix","section":"🐞 Bug Fixes","hidden":false},{"type":"docs","section":"📔 Documentation","hidden":false},{"type":"dependency","section":"🔨 Dependency Upgrades","hidden":false},{"type":"noteworthy","section":"️Noteworthy Changes","hidden":false},{"type":"refactor","section":"Code Refactoring","hidden":false},{"type":"perf","section":"Performance Improvements","hidden":false},{"type":"test","section":"Tests","hidden":false}]'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 5314408

Please sign in to comment.