docs/add-contributing #105

Merged
servostar merged 2 commits from docs/add-contributing into main 2024-11-25 15:15:33 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 524894a3b0 - Show all commits

View File

@ -29,7 +29,7 @@ jobs:
echo "==> Update typst.toml version"
sed -i "/version/c\version = \"${VERSION#v}\"" 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
echo "::endgroup::"
echo "::group::{Tag commit}"