Skip to content

Commit

Permalink
chore: set manifest-based release
Browse files Browse the repository at this point in the history
  • Loading branch information
targos committed Dec 2, 2024
1 parent 9f11545 commit 17d6e88
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
uses: zakodium/workflows/.github/workflows/release.yml@release-v1
with:
npm: true
release-type: ''
secrets:
github-token: ${{ secrets.BOT_TOKEN }}
npm-token: ${{ secrets.NPM_BOT_TOKEN }}
1 change: 1 addition & 0 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
6 changes: 6 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"include-component-in-tag": false,
"packages": {
".": {}
}
}

0 comments on commit 17d6e88

Please sign in to comment.