Skip to content

Commit

Permalink
Chore: change release commit title (#1039)
Browse files Browse the repository at this point in the history
By default release-please creates a commit that looks like this:

	chore(main): release vX.Y.Z

Change this to:

	Chore: release vX.Y.Z

because the scope is superflous (this is not a monorepo, we only have
one thing that we can release) and using uppercase to start the subject
line is good form.

Signed-off-by: Marcelo E. Magallon <[email protected]>
  • Loading branch information
mem authored Nov 18, 2024
1 parent c186092 commit 79f6aca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/release-please/release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@
}
},
"draft-pull-request": true,
"pull-request-title-pattern": "Chore: release ${version}",
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
}

0 comments on commit 79f6aca

Please sign in to comment.