Skip to content

Commit

Permalink
chore: release automation stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
jozan committed Apr 16, 2024
1 parent 1f8b74e commit daefdd1
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 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.1.0"
}
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@
"types": "./dist/dts/secret.d.ts"
}
},
"files": [
"./dist/**/*.js",
"./dist/**/*.d.ts",
"./dist/**/*.map"
],
"devDependencies": {
"@babel/cli": "^7.24.1",
"@babel/core": "^7.24.4",
Expand Down
9 changes: 9 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"release-type": "node",
"prerelease-type": "alpha",
"prerelease": true,
"packages": {
".": {}
}
}

0 comments on commit daefdd1

Please sign in to comment.