Skip to content

Commit

Permalink
ci: use release please to bump version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
Billlynch committed Nov 16, 2023
1 parent 9db8544 commit 3ac9c0d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 53 deletions.
4 changes: 0 additions & 4 deletions .husky/pre-commit

This file was deleted.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@
"prepare": "husky install",
"cm": "git-cz",
"release": "lerna version",
"publish-if-missing": "lerna publish from-package --yes",
"update-examples": "node scripts/bump-example-deps.js"
"publish-if-missing": "lerna publish from-package --yes"
},
"devDependencies": {
"@commitlint/cli": "^17.6.7",
Expand Down
13 changes: 5 additions & 8 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,32 +1,29 @@
{
"plugins": ["node-workspace"],
"packages": {
"packages/client-http": {
"component": "client-http",
"changelog-path": "CHANGELOG.md",
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"extra-files": ["README.md"]
"bump-patch-for-minor-pre-major": true
},
"packages/integration-react": {
"component": "integration-react",
"changelog-path": "CHANGELOG.md",
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"extra-files": ["README.md"]
"bump-patch-for-minor-pre-major": true
},
"packages/openfeature-server-provider": {
"component": "openfeature-server-provider",
"changelog-path": "CHANGELOG.md",
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"extra-files": ["README.md"]
"bump-patch-for-minor-pre-major": true
},
"packages/openfeature-web-provider": {
"component": "openfeature-web-provider",
"changelog-path": "CHANGELOG.md",
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"extra-files": ["README.md"]
"bump-patch-for-minor-pre-major": true
}
},
"changelog-sections": [
Expand Down
39 changes: 0 additions & 39 deletions scripts/bump-example-deps.js

This file was deleted.

0 comments on commit 3ac9c0d

Please sign in to comment.