Skip to content

Commit c9a547d

Browse files
committed
workflow: do a major version bump
1 parent b1758eb commit c9a547d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

scripts/make_release.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,10 +108,9 @@ class Component(TypedDict):
108108
),
109109
Component(
110110
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",
111+
bump_breaking="major",
112+
bump_minor="major",
113+
bump_patch="major",
115114
commit_prefix="Esbonio VSCode Extension Release v",
116115
src=str(REPO / "code"),
117116
tag_prefix="esbonio-vscode-extension-v",

0 commit comments

Comments
 (0)