Skip to content

Commit b5e76ca

Browse files
committed
chore: fix pre-release-hook
1 parent f5091f3 commit b5e76ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description = "terminal feed viewer"
99
edition = "2021"
1010
keywords = ["feed", "rss", "atom", "tui"]
1111
license = "MIT OR Apache-2.0"
12-
readme = "README"
12+
readme = "README.md"
1313
repository = "https://github.com/ymgyt/syndicationd"
1414

1515
[workspace.dependencies]
@@ -65,6 +65,6 @@ must_use_candidate = "allow"
6565
[workspace.metadata.release]
6666
allow-branch = ["main"]
6767
pre-release-commit-message = "chore: release"
68-
pre-release-hook = ["just check", "just changelog"]
68+
pre-release-hook = ["just", "changelog"]
6969
pre-release-replacements = [{ file = "CHANGELOG.md", search = "unreleased", replace = "{{version}}" }]
7070
tag-message = "chore: release {{crate_name}} version {{version}}"

0 commit comments

Comments
 (0)