Skip to content

Commit bd30ffd

Browse files
committed
chore: add manifest command
1 parent 551622a commit bd30ffd

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,10 +226,14 @@ jobs:
226226
- uses: google-github-actions/release-please-action@v3
227227
id: release
228228
with:
229+
command: manifest
229230
release-type: node
231+
manifest-file: .release-please-manifest.json
232+
config-file: .release-please.json
230233
monorepo-tags: true
231234
last-release-sha: a7eb258e0ef2147671acba73d9febc2f882a484a
232235
group-pull-request-title-pattern: "chore: release ${component}"
236+
pull-request-title-pattern: "chore${scope}: release${component} ${version}"
233237
tag-separator: '@'
234238
changelog-types: |
235239
[

.release-please.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
{
2-
"last-release-sha": "a7eb258e0ef2147671acba73d9febc2f882a484a",
3-
"plugins": ["node-workspace"],
4-
"group-pull-request-title-pattern": "chore: release ${component}",
52
"packages": {
63
"interop": {},
74
"packages/connection-encrypter-plaintext": {},

0 commit comments

Comments
 (0)