standout 1.0.0

Styled CLI template rendering with automatic terminal detection
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Crate-specific release configuration for standout
# CHANGELOG.md management - only run once (from this crate, not others)

[[pre-release-replacements]]
file = "../../CHANGELOG.md"
search = "## \\[Unreleased\\]"
replace = "## [Unreleased]\n\n## [{{version}}] - {{date}}"
exactly = 1

[[pre-release-replacements]]
file = "../../CHANGELOG.md"
search = "\\[Unreleased\\]: https://github.com/arthur-debert/standout/compare/standout-v[0-9.]+\\.\\.\\.HEAD"
replace = "[Unreleased]: https://github.com/arthur-debert/standout/compare/standout-v{{version}}...HEAD\n[{{version}}]: https://github.com/arthur-debert/standout/compare/standout-v{{prev_version}}...standout-v{{version}}"
exactly = 1