Skip to content

Commit be4f694

Browse files
committed
fix: restore config files with correct initial version for pre-1.0 bumps
1 parent 3a5b175 commit be4f694

3 files changed

Lines changed: 15 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,5 @@ jobs:
1414
steps:
1515
- uses: googleapis/release-please-action@v4
1616
with:
17-
release-type: node
18-
bump-minor-pre-major: true
19-
bump-patch-for-minor-pre-major: true
17+
config-file: release-config.json
18+
manifest-file: .release-manifest.json

.release-manifest.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
".": "0.0.1"
3+
}

release-config.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"packages": {
3+
".": {
4+
"release-type": "node",
5+
"bump-minor-pre-major": true,
6+
"bump-patch-for-minor-pre-major": true,
7+
"changelog-path": "CHANGELOG.md"
8+
}
9+
}
10+
}

0 commit comments

Comments
 (0)