We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c03834d commit dbb3859Copy full SHA for dbb3859
scripts/make_release.py
@@ -108,10 +108,9 @@ class Component(TypedDict):
108
),
109
Component(
110
name="vscode",
111
- # Everything is a beta version bump until we make a proper release
112
- bump_breaking="minor",
113
- bump_minor="minor",
114
- bump_patch="patch",
+ bump_breaking="major",
+ bump_minor="major",
+ bump_patch="major",
115
commit_prefix="Esbonio VSCode Extension Release v",
116
src=str(REPO / "code"),
117
tag_prefix="esbonio-vscode-extension-v",
0 commit comments