Skip to content

Commit 73ff1d4

Browse files
committed
chore: cliff.toml nit and makefile cleanup
1 parent 8116b86 commit 73ff1d4

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

Makefile

+1-7
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
22
SHELL := /bin/bash
33

44
ci:
@@ -55,9 +55,3 @@ ensure-git-cliff:
5555
# Generate a changelog using git-cliff
5656
changelog:
5757
@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)

cliff.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,4 @@ date_order = false
7676
# sort the commits inside sections by oldest/newest order
7777
sort_commits = "oldest"
7878
# limit the number of commits included in the changelog
79-
limit_commits = 0
79+
limit_commits = 0

0 commit comments

Comments
 (0)