mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-01-06 13:36:07 +01:00
Manually link authors only in docs/changelog.md
This commit is contained in:
parent
18a2a41682
commit
a4c4b81297
2 changed files with 3 additions and 4 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -372,6 +372,8 @@ jobs:
|
|||
git branch ${{ needs.publish-release.outputs.version }}-changelog
|
||||
git checkout ${{ needs.publish-release.outputs.version }}-changelog
|
||||
echo -e "# Changelog\n\n${{ needs.publish-release.outputs.changelog }}\n" > changelog-new.md
|
||||
echo "Manually linking usernames"
|
||||
sed -i -r 's|@(.+?) \(\[#|[@\1](https://github.com/\1) ([#|ig' changelog-new.md
|
||||
CURRENT_CHANGELOG=`tail --lines +2 changelog.md`
|
||||
echo -e "$CURRENT_CHANGELOG" >> changelog-new.md
|
||||
mv changelog-new.md changelog.md
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue