Skip to content

Commit 2861a34

Browse files
committed
chore(dobby): Add dobby.toml to automate future tasks
1 parent 0c2efd3 commit 2861a34

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

dobby.toml

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
[[workflows]]
2+
name = "Start Task"
3+
[[workflows.steps]]
4+
type = "SelectGitHubIssue"
5+
6+
[[workflows.steps]]
7+
type = "SwitchBranches"
8+
9+
[[workflows]]
10+
name = "Prepare Release"
11+
[[workflows.steps]]
12+
type = "UpdateProjectFromCommits"
13+
14+
[[workflows.steps]]
15+
type = "Command"
16+
command = "prettier --write CHANGELOG.md"
17+
18+
[github]
19+
owner = "triaxtec"
20+
repo = "openapi-python-client"

0 commit comments

Comments
 (0)