Skip to content

Commit

Permalink
chore: change Release-please to manifest based and Node project (#237)
Browse files Browse the repository at this point in the history
  • Loading branch information
nielm authored Mar 11, 2024
1 parent 04a173f commit 2218a73
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/release-please.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
handleGHRelease: true
releaseType: simple
manifest: true

5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
{
"name": "cloudspannerecosystem/autoscaler",
"version": "1.20.0",
"Description": "Autoscaling for Cloud Spanner based on CPU metrics",
"homepage": "https://github.com/cloudspannerecosystem/autoscaler",
"license": "Apache-2.0",
"scripts": {
"eslint": "eslint .",
"eslint-fix": "eslint --fix .",
Expand Down
4 changes: 2 additions & 2 deletions release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"packages": {
".": {
"changelog-path": "CHANGELOG.md",
"release-type": "simple",
"release-type": "node",
"bump-minor-pre-major": false,
"bump-patch-for-minor-pre-major": false,
"draft": false,
"prerelease": false
}
},
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
}
}

0 comments on commit 2218a73

Please sign in to comment.