Skip to content

Commit

Permalink
chore: add manifest command
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Nov 29, 2023
1 parent 551622a commit d153d4c
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,19 +218,14 @@ jobs:
# test-interop,
# transport-interop
# ]
permissions:
id-token: write
contents: write
pull-requests: write
steps:
- uses: google-github-actions/release-please-action@v3
id: release
with:
command: manifest
release-type: node
monorepo-tags: true
last-release-sha: a7eb258e0ef2147671acba73d9febc2f882a484a
group-pull-request-title-pattern: "chore: release ${component}"
tag-separator: '@'
manifest-file: .release-please-manifest.json
config-file: .release-please.json
changelog-types: |
[
{ "type": "feat", "section": "Features", "hidden": false },
Expand Down

0 comments on commit d153d4c

Please sign in to comment.