Skip to content

Commit

Permalink
build: switch to manifest based releases (#396)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed Jun 20, 2021
1 parent 088481c commit a0a0814
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
id: release
with:
token: ${{ secrets.GITHUB_TOKEN }}
release-type: node
package-name: yargs-parser
command: manifest
default-branch: master
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
Expand Down
3 changes: 3 additions & 0 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
".": "20.2.7"
}
6 changes: 6 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"bootstrap-sha": "686ec15fb7e4a996763c60cf6661b2698f28dac4",
"packages": {
".": {}
}
}

0 comments on commit a0a0814

Please sign in to comment.