mirror of
https://github.com/pufereq/python-template.git
synced 2025-12-15 15:49:32 +00:00
ci(release.yaml): update lockfile version on bump
This commit is contained in:
5
.github/workflows/release.yaml
vendored
5
.github/workflows/release.yaml
vendored
@@ -92,9 +92,12 @@ jobs:
|
|||||||
echo "Changes:" && cat release_body.md
|
echo "Changes:" && cat release_body.md
|
||||||
uv run git-cliff > CHANGELOG.md
|
uv run git-cliff > CHANGELOG.md
|
||||||
|
|
||||||
|
- name: 📦 update lockfile (re-sync)
|
||||||
|
run: uv sync
|
||||||
|
|
||||||
- name: 📤 push changes
|
- name: 📤 push changes
|
||||||
run: |
|
run: |
|
||||||
git add CHANGELOG.md pyproject.toml src/*/__init__.py
|
git add CHANGELOG.md pyproject.toml src/*/__init__.py uv.lock
|
||||||
git commit -m "chore(release): ${{ steps.get_version.outputs.BUMPED_VERSION }}"
|
git commit -m "chore(release): ${{ steps.get_version.outputs.BUMPED_VERSION }}"
|
||||||
git push origin main
|
git push origin main
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user