Skip to content

Commit a0a0814

Browse files
authored
build: switch to manifest based releases (#396)
1 parent 088481c commit a0a0814

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

.github/workflows/release-please.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
id: release
1212
with:
1313
token: ${{ secrets.GITHUB_TOKEN }}
14-
release-type: node
15-
package-name: yargs-parser
14+
command: manifest
15+
default-branch: master
1616
- uses: actions/checkout@v2
1717
- uses: actions/setup-node@v1
1818
with:

.release-please-manifest.json

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
".": "20.2.7"
3+
}

release-please-config.json

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"bootstrap-sha": "686ec15fb7e4a996763c60cf6661b2698f28dac4",
3+
"packages": {
4+
".": {}
5+
}
6+
}

0 commit comments

Comments
 (0)