Skip to content

Commit 3be263c

Browse files
committed
ci: override default release-please changelog path to keep previous location
1 parent caac511 commit 3be263c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

release-please-config.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
{
2+
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
23
"packages": {
34
"packages/svelte-fluent": {
45
"release-type": "node",
56
"package-name": "@nubolab-ffwd/svelte-fluent",
67
"bootstrap-sha": "4cb551f03363b033dd34a1be8afaaeadbe8186d4",
7-
"prerelease-type": "next"
8+
"prerelease-type": "next",
9+
"changelog-path": "/CHANGELOG.md"
810
}
911
}
1012
}

0 commit comments

Comments
 (0)