Skip to content

Commit

Permalink
chore(release-please): removes package name and title pattern.
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewhartstonge committed Oct 7, 2024
1 parent 8335194 commit 337976e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,12 @@
"bootstrap-sha": "80dd68e536489b80855b0b638d675874f0f0b009",
"packages": {
".": {
"package-name": "@linc-technologies/ember-paper-password",
"changelog-path": "CHANGELOG.md",
"release-type": "node",
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": false,
"draft": false,
"prerelease": false,
"pull-request-title-pattern": "chore${scope}: release${component} ${version}"
"prerelease": false
}
},
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
Expand Down

0 comments on commit 337976e

Please sign in to comment.