Skip to content

Commit 8178cd8

Browse files
committed
chore: reset version to 0.19.0 after accidental major release
Prevent future accidental major bumps by enabling bump-minor-pre-major in release-please config, matching synapse-sdk's configuration.
1 parent f01ad10 commit 8178cd8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.0.0"
2+
".": "0.19.0"
33
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "filecoin-pin",
3-
"version": "1.0.0",
3+
"version": "0.19.0",
44
"description": "Bridge IPFS content to Filecoin Onchain Cloud using familiar tools",
55
"type": "module",
66
"packageManager": "pnpm@10.32.1",

release-please-config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
".": {
44
"release-type": "node",
55
"changelog-path": "CHANGELOG.md",
6-
"bump-minor-pre-major": false,
7-
"bump-patch-for-minor-pre-major": false,
6+
"bump-minor-pre-major": true,
7+
"bump-patch-for-minor-pre-major": true,
88
"draft": false,
99
"prerelease": false,
1010
"include-v-in-tag": true,

0 commit comments

Comments
 (0)