Skip to content

Commit 0f1bb0c

Browse files
chore(release): switch from commitizen to knope to handle release management
BREAKING CHANGE: Since the whole release management is updated, we kick-off with a new version `v1.0.0`
1 parent b01da6a commit 0f1bb0c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

knope.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -41,16 +41,16 @@ name = "document-change"
4141
help_text = "Create a new PR to prepare a release"
4242
name = "prepare-release"
4343

44+
[[workflows.steps]]
45+
allow_empty = true
46+
type = "PrepareRelease"
47+
4448
[[workflows.steps]]
4549
command = "git switch -c release/v$version"
4650
shell = true
4751
type = "Command"
4852
variables = { "$version" = "Version" }
4953

50-
[[workflows.steps]]
51-
allow_empty = true
52-
type = "PrepareRelease"
53-
5454
[[workflows.steps]]
5555
command = "echo '$version' > version.txt"
5656
shell = true

0 commit comments

Comments
 (0)