Skip to content

Commit beeb22e

Browse files
committed
chore: Split release workflows to allow manual validation of changelog
1 parent d966d45 commit beeb22e

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

dobby.toml

+5-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ name = "Finish Development"
1515
command = "gh pr create --web -p WIP"
1616

1717
[[workflows]]
18-
name = "Release"
18+
name = "Prep Release"
1919

2020
[[workflows.steps]]
2121
type = "Command"
@@ -36,14 +36,17 @@ name = "Release"
3636
type = "Command"
3737
command = "git add Cargo.toml Cargo.lock CHANGELOG.md"
3838

39+
[[workflows]]
40+
name = "Finish Release"
41+
3942
[[workflows.steps]]
4043
type = "Command"
4144
command = "git commit -m \"chore: Bump to version\""
4245
variables = {"version" = "Version"}
4346

4447
[[workflows.steps]]
4548
type = "Command"
46-
command = "git push && git fetch -p -P"
49+
command = "git push"
4750

4851
[[workflows.steps]]
4952
type = "Command"

0 commit comments

Comments
 (0)