forked from openapi-generators/openapi-python-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
knope.toml
40 lines (31 loc) · 824 Bytes
/
knope.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
[[packages]]
versioned_files = ["pyproject.toml"]
changelog = "CHANGELOG.md"
[[workflows]]
name = "task"
[[workflows.steps]]
type = "SelectGitHubIssue"
[[workflows.steps]]
type = "SwitchBranches"
[[workflows]]
name = "release"
[[workflows.steps]]
type = "PrepareRelease"
[[workflows.steps]]
type = "Command"
command = "npx prettier --write CHANGELOG.md"
[[workflows.steps]]
type = "Command"
command = "git add pyproject.toml CHANGELOG.md"
[[workflows.steps]]
type = "Command"
command = "git commit -m \"chore: Bump to version\""
variables = { "version" = "Version" }
[[workflows.steps]]
type = "Command"
command = "git push"
[[workflows.steps]]
type = "Release"
[github]
owner = "openapi-generators"
repo = "openapi-python-client"