Commit 73ff1d4 1 parent 8116b86 commit 73ff1d4 Copy full SHA for 73ff1d4
File tree 2 files changed +2
-8
lines changed
2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 1
- .PHONY : ci build start build-integrity-verification start-integrity-verification dev stop clippy test start-backfiller release
1
+ .PHONY : ci build start build-integrity-verification start-integrity-verification dev stop clippy test start-backfiller
2
2
SHELL := /bin/bash
3
3
4
4
ci :
@@ -55,9 +55,3 @@ ensure-git-cliff:
55
55
# Generate a changelog using git-cliff
56
56
changelog :
57
57
@git-cliff --output CHANGELOG.md
58
-
59
- # Prepare a release (meant to be run locally)
60
- release :
61
- @echo " Preparing release $( VERSION) "
62
- @echo " This will trigger the GitHub Action to prepare a release"
63
- @gh workflow run release-prepare.yml -f version=$(VERSION )
Original file line number Diff line number Diff line change @@ -76,4 +76,4 @@ date_order = false
76
76
# sort the commits inside sections by oldest/newest order
77
77
sort_commits = " oldest"
78
78
# limit the number of commits included in the changelog
79
- limit_commits = 0
79
+ limit_commits = 0
You can’t perform that action at this time.
0 commit comments