Skip to content

Commit

Permalink
chore: add release-please config and manifest (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
targos authored Dec 2, 2024
1 parent c917d7e commit 25e74f0
Show file tree
Hide file tree
Showing 4 changed files with 11 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 @@ -12,6 +12,7 @@ jobs:
with:
npm: true
public: true
release-type: ''
secrets:
github-token: ${{ secrets.BOT_TOKEN }}
npm-token: ${{ secrets.NPM_BOT_TOKEN }}
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
/lib
/CHANGELOG.md
/coverage
/.release-please-manifest.json
1 change: 1 addition & 0 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{".": "0.19.0"}
8 changes: 8 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"packages": {
".": {
"bump-minor-pre-major": true,
"include-component-in-tag": false
}
}
}

0 comments on commit 25e74f0

Please sign in to comment.