We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4c29ad commit 53c01d2Copy full SHA for 53c01d2
Cargo.toml
@@ -39,6 +39,12 @@ tag-name = "v{{version}}"
39
# Don't release any crate unless its manifest has `release = true`
40
release = false
41
42
+# Add version and date to changelog file
43
+[[workspace.metadata.release.pre-release-replacements]]
44
+file = "CHANGELOG.md"
45
+search = "# Unreleased"
46
+replace = "# {{version}} ({{date}})"
47
+
48
# The profile that 'cargo dist' will build with
49
[profile.dist]
50
inherits = "release"
0 commit comments