Skip to content

Commit

Permalink
chore(release-please): specify changelog headings (#130)
Browse files Browse the repository at this point in the history
Adds headings for non-standard release-please changelog types, and bumps the release-please dependency to the latest major version.

/kind chore

Signed-off-by: Lance Ball <lball@redhat.com>
  • Loading branch information
lance authored Nov 3, 2022
1 parent 25cdcba commit 5ed0cff
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release-please.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,15 @@ jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: GoogleCloudPlatform/release-please-action@v2.24.1
- uses: GoogleCloudPlatform/release-please-action@v3
id: release
with:
token: ${{ secrets.GITHUB_TOKEN }}
release-type: node
bump-minor-pre-major: true
bump-minor-pre-major: "true"
package-name: faas-js-runtime
changelog-types: '[{"type":"enhancement","section":"Features","hidden":false},{"type":"fix","section":"Bug Fixes","hidden":false},{"type":"chore","section":"Miscellaneous","hidden":false},{"type":"cleanup","section":"Miscellaneous","hidden":false},{"type":"api-change","section":"API Changes","hidden":false},{"type":"documentation","section":"Documentation","hidden":false},{"type":"techdebt","section":"Miscellaneous","hidden":false},{"type":"proposal","section":"Miscellaneous","hidden":false},{"type":"feat","section":"Features","hidden":false}]'

- uses: actions/checkout@v2
if: ${{ steps.release.outputs.release_created }}
- uses: actions/setup-node@v1
Expand Down

0 comments on commit 5ed0cff

Please sign in to comment.