Skip to content

Commit

Permalink
chore: test if release please will update the version
Browse files Browse the repository at this point in the history
  • Loading branch information
bencromwell committed Jan 18, 2024
1 parent d1a4230 commit 7445a90
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,6 @@ trim_trailing_whitespace = true

[*.md]
trim_trailing_whitespace = false

[*.json]
indent_size = 2
6 changes: 3 additions & 3 deletions release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
".": {
"release-type": "simple",
"changelog-path": "CHANGELOG.md",
"extra-files": [
"src/ClientFactory.php"
],
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"draft": false,
"prerelease": false
}
},
"extra-files": [
"src/ClientFactory.php"
],
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
}

0 comments on commit 7445a90

Please sign in to comment.