File tree Expand file tree Collapse file tree 3 files changed +5
-11
lines changed
Expand file tree Collapse file tree 3 files changed +5
-11
lines changed Original file line number Diff line number Diff line change 1616 - name : Install Knope
1717 uses : knope-dev/action@v1
1818 with :
19- version : 0.4.3
19+ version : 0.6.1
2020 - run : knope release --dry-run
Original file line number Diff line number Diff line change 2020 - name : Install Knope
2121 uses : knope-dev/action@v1
2222 with :
23- version : 0.4.3
23+ version : 0.6.1
2424 - name : Bump Version & Create GitHub Release
2525 run : knope release
2626 env :
Original file line number Diff line number Diff line change 1- [[ packages ] ]
1+ [package ]
22versioned_files = [" pyproject.toml" ]
33changelog = " CHANGELOG.md"
44
55[[workflows ]]
66name = " task"
7+
78 [[workflows .steps ]]
89 type = " SelectGitHubIssue"
910
@@ -12,16 +13,9 @@ name = "task"
1213
1314[[workflows ]]
1415name = " release"
15- [[workflows .steps ]]
16- type = " PrepareRelease"
17-
18- [[workflows .steps ]]
19- type = " Command"
20- command = " npx prettier --write CHANGELOG.md"
2116
2217 [[workflows .steps ]]
23- type = " Command"
24- command = " git add pyproject.toml CHANGELOG.md"
18+ type = " PrepareRelease"
2519
2620 [[workflows .steps ]]
2721 type = " Command"
You can’t perform that action at this time.
0 commit comments