rempl 0.3.1

A simple library for creating html components directly in your source
Documentation
1
2
3
4
5
6
7
8
9
10
consolidate-commits = true
allow-branch = [ "main" ]
sign-tag = true
tag-name = "v{{version}}"
tag-message = "{{tag_name}}"
pre-release-replacements = [
    { file = "README.md", search="\\[!\\[Documentation.+", replace="[![Documentation](https://docs.rs/rempl/badge.svg?version={{version}})](https://docs.rs/rempl/{{version}})" },
]
pre-release-hook = ["sh", "-c", "echo \"$WORKSPACE_ROOT\" && cd $WORKSPACE_ROOT && git cliff -o CHANGELOG.md --tag {{version}}"]
shared-version = true