Skip to content

Commit

Permalink
chore: add release-please bootstrap file (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkluijk committed Oct 5, 2024
1 parent 977fc94 commit a05bfdd
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
".": "0.8.1"
}
2 changes: 1 addition & 1 deletion jsr.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"@schema": "https://jsr.io/schema/config-file.v1.json",
"name": "@needle-di/core",
"version": "0.7.0",
"version": "0.8.1",
"exports": "./src/index.ts",
"publish": {
"include": [
Expand Down
8 changes: 7 additions & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
{
"packages": {
".": {
"changelog-path": "CHANGELOG.md",
"bump-minor-pre-major": false,
"bump-patch-for-minor-pre-major": false,
"draft": false,
"prerelease": false,
"release-type": "node",
"extra-files": [
{
Expand All @@ -10,5 +15,6 @@
}
]
}
}
},
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
}

0 comments on commit a05bfdd

Please sign in to comment.