Skip to content

Commit

Permalink
pin release-please v3
Browse files Browse the repository at this point in the history
  • Loading branch information
Minh Lai committed Mar 22, 2024
1 parent 3c7b63d commit 3eabb33
Showing 1 changed file with 2 additions and 17 deletions.
19 changes: 2 additions & 17 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v4
- uses: google-github-actions/release-please-action@v3
with:
# this assumes that you have created a personal access token
# (PAT) and configured it as a GitHub action secret named
Expand All @@ -20,19 +20,4 @@ jobs:
# for more options
release-type: terraform-module
include-v-in-tag: false
# changelog-types: >
# [
# { "type": "build", "hidden": true },
# { "type": "chore", "hidden": true },
# { "type": "ci", "hidden": true },
# { "type": "dev", "hidden": true },
# { "type": "feat", "section": "Features" },
# { "type": "fix", "section": "Bug Fixes" },
# { "type": "perf", "section": "Performance Improvements" },
# { "type": "refactor", "hidden": true },
# { "type": "revert", "section": "Reverted Changes" },
# { "type": "style", "hidden": true },
# { "type": "test", "hidden": true },
# { "type": "docs", "section": "Documentation" },
# { "type": "security", "section": "Security Improvements" }
# ]
changelog-types: '[{ "type": "build", "hidden": true },{ "type": "chore", "hidden": true },{ "type": "ci", "hidden": true },{ "type": "dev", "hidden": true },{ "type": "feat", "section": "Features" },{ "type": "fix", "section": "Bug Fixes" },{ "type": "perf", "section": "Performance Improvements" },{ "type": "refactor", "hidden": true },{ "type": "revert", "section": "Reverted Changes" },{ "type": "style", "hidden": true },{ "type": "test", "hidden": true },{ "type": "docs", "section": "Documentation" },{ "type": "security", "section": "Security Improvements" }]'

0 comments on commit 3eabb33

Please # to comment.