Skip to content

Commit

Permalink
chore: adding auto-publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
signorecello committed Nov 27, 2023
1 parent 78b9384 commit efe5cb9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
package-name: "@signorecello/noir_playground"
default-branch: main
token: ${{secrets.GITHUB_TOKEN}}
monorepo-tags: true
path: "packages/playground"
- uses: actions/checkout@v2
if: ${{ steps.release.outputs.release_created }}
- uses: actions/setup-node@v1
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 @@
{
"packages/playground": "0.2.7"
}
5 changes: 4 additions & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"packages": {
"packages/playground": "0.2.7"
"packages/playground": {
"releaseType": "node",
"packageName": "@signorecello/noir_playground"
}
}
}

0 comments on commit efe5cb9

Please sign in to comment.