🔧 misc(release): add author link only on full changelog

Makes it easier to auto-release with `cd.yml`, as release descriptions
automatically link to GitHub profiles based on the handle.
This commit is contained in:
welpo 2024-02-19 20:18:26 +01:00
parent 46ad1f011e
commit 8de049a2b5
No known key found for this signature in database
GPG key ID: A2F978CF4EC1F5A6
3 changed files with 3 additions and 4 deletions

View file

@ -96,7 +96,7 @@ footer = """
"""
# postprocessors
postprocessors = [
{ pattern = " @([a-zA-Z0-9](?:[a-zA-Z0-9]+-?)*[a-zA-Z0-9])", replace = " [@$1](https://github.com/$1)"}, # add link to GitHub usernames
# { pattern = " @([a-zA-Z0-9](?:[a-zA-Z0-9]+-?)*[a-zA-Z0-9])", replace = " [@$1](https://github.com/$1)"}, # add link to GitHub usernames (done in release script instead)
]
[git]