Skip to content

Commit ad8b121

Browse files
committed
fix(release): use default versioning strategy for release-please
release-please v17 dropped the 'semver' strategy type — it no longer exists. 'default' is the correct equivalent and produces identical semver behavior. Fixes: Release Please failing with 'Unknown versioning strategy type: semver'
1 parent 2462cb9 commit ad8b121

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
@@ -10,6 +10,6 @@
1010
"changelog-path": "CHANGELOG.md"
1111
}
1212
},
13-
"versioning": "semver",
13+
"versioning": "default",
1414
"initial-version": "0.3.0"
1515
}

0 commit comments

Comments
 (0)