forked from deepStateMirrors/tabi
🔧 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:
parent
46ad1f011e
commit
8de049a2b5
3 changed files with 3 additions and 4 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue