Skip to content

Commit ac78f49

Browse files
committed
Automate release process using cargo-release
1 parent 2a0fc03 commit ac78f49

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

Cargo.toml

+7
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,10 @@ alloc_ref = []
2020
version = "0.1.0"
2121
features = ["nightly"]
2222
optional = true
23+
24+
[package.metadata.release]
25+
no-dev-version = true
26+
pre-release-replacements = [
27+
{ file="Changelog.md", search="# Unreleased", replace="# Unreleased\n\n# {{version}} – {{date}}", exactly=1 },
28+
]
29+
pre-release-commit-message = "Release version {{version}}"

Changelog.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Unreleased
2+
13
- Update AllocRef implementation for latest API changes ([#33](https://github.com/phil-opp/linked-list-allocator/pull/33))
24

35
# 0.8.4

0 commit comments

Comments
 (0)