attakei / age-cli

Alt bumpversion
https://age.attakei.dev
Apache License 2.0
2 stars 0 forks source link

`stdin` context for replacement #12

Open attakei opened 6 months ago

attakei commented 6 months ago

Usecase

[[files]]
path = "CHANGES.md"
search = "# Changelog"
replace = """
# Changelog

## v{{ new_version }} - {{ now|date }}

{{ stdin }}
"""
a-tool-to-generate-changelog-from-commits | age patch