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 05c6ace
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -226,10 +226,11 @@ jobs:
- uses: google-github-actions/release-please-action@v3
id: release
with:
command: manifest
release-type: node
manifest-file: .release-please-manifest.json
config-file: .release-please.json
monorepo-tags: true
last-release-sha: a7eb258e0ef2147671acba73d9febc2f882a484a
group-pull-request-title-pattern: "chore: release ${component}"
tag-separator: '@'
changelog-types: |
[
Expand Down
2 changes: 1 addition & 1 deletion .release-please.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"last-release-sha": "a7eb258e0ef2147671acba73d9febc2f882a484a",
"plugins": ["node-workspace"],
"group-pull-request-title-pattern": "chore: release ${component}",
"pull-request-title-pattern": "chore${scope}: release${component} ${version}",
"packages": {
"interop": {},
"packages/connection-encrypter-plaintext": {},
Expand Down

0 comments on commit 05c6ace

Please sign in to comment.