Skip to content

Commit 5a7d076

Browse files
authored
fix: move signoff to top-level in release-please config (#47)
The signoff field is only read at the top level of release-please-config.json. Placing it inside packages["."] was silently ignored, so the generated chore(main): release X.Y.Z commits had no Signed-off-by trailer. Signed-off-by: Logan Nguyen <lg.131.dev@gmail.com>
1 parent 2943f20 commit 5a7d076

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

release-please-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
33
"release-type": "node",
4+
"signoff": "Logan Nguyen <lg.131.dev@gmail.com>",
45
"packages": {
56
".": {
67
"release-type": "node",
78
"changelog-path": "CHANGELOG.md",
89
"include-component-in-tag": false,
910
"bump-minor-pre-major": true,
10-
"signoff": "Logan Nguyen <lg.131.dev@gmail.com>",
1111
"extra-files": [
1212
{
1313
"type": "toml",

0 commit comments

Comments
 (0)