File tree 3 files changed +5
-11
lines changed
3 files changed +5
-11
lines changed Original file line number Diff line number Diff line change 16
16
- name : Install Knope
17
17
uses : knope-dev/action@v1
18
18
with :
19
- version : 0.4.3
19
+ version : 0.6.1
20
20
- run : knope release --dry-run
Original file line number Diff line number Diff line change 20
20
- name : Install Knope
21
21
uses : knope-dev/action@v1
22
22
with :
23
- version : 0.4.3
23
+ version : 0.6.1
24
24
- name : Bump Version & Create GitHub Release
25
25
run : knope release
26
26
env :
Original file line number Diff line number Diff line change 1
- [[ packages ] ]
1
+ [package ]
2
2
versioned_files = [" pyproject.toml" ]
3
3
changelog = " CHANGELOG.md"
4
4
5
5
[[workflows ]]
6
6
name = " task"
7
+
7
8
[[workflows .steps ]]
8
9
type = " SelectGitHubIssue"
9
10
@@ -12,16 +13,9 @@ name = "task"
12
13
13
14
[[workflows ]]
14
15
name = " release"
15
- [[workflows .steps ]]
16
- type = " PrepareRelease"
17
-
18
- [[workflows .steps ]]
19
- type = " Command"
20
- command = " npx prettier --write CHANGELOG.md"
21
16
22
17
[[workflows .steps ]]
23
- type = " Command"
24
- command = " git add pyproject.toml CHANGELOG.md"
18
+ type = " PrepareRelease"
25
19
26
20
[[workflows .steps ]]
27
21
type = " Command"
You can’t perform that action at this time.
0 commit comments