Compare commits

...

2 Commits

Author SHA1 Message Date
Sven Vogel 524894a3b0 Merge branch 'main' into docs/add-contributing
Build'n check / run-ci-linux (pull_request) Has been skipped Details
2024-11-25 15:13:40 +00:00
Sven Vogel 081fea5a4c ci: add generated-by body to version bump commit (#103)
Create Release Commit / prepare (push) Has been skipped Details
Reviewed-on: #103
Co-authored-by: servostar <sven.vogel123@web.de>
Co-committed-by: servostar <sven.vogel123@web.de>
2024-11-25 15:12:34 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ jobs:
echo "==> Update typst.toml version" echo "==> Update typst.toml version"
sed -i "/version/c\version = \"${VERSION#v}\"" typst.toml sed -i "/version/c\version = \"${VERSION#v}\"" typst.toml
git add typst.toml git add typst.toml
git commit -m "chore: bump release version to $VERSION" git commit -m "chore: bump release version to $VERSION" -m "Generated-By: ${{ gitea.actor }}"
git push origin main git push origin main
echo "::endgroup::" echo "::endgroup::"
echo "::group::{Tag commit}" echo "::group::{Tag commit}"