Skip to content

chore(deps): Bump astro from 6.4.3 to 6.4.4 in /docs (#5232) #4925

chore(deps): Bump astro from 6.4.3 to 6.4.4 in /docs (#5232)

chore(deps): Bump astro from 6.4.3 to 6.4.4 in /docs (#5232) #4925

Workflow file for this run

---
name: Release
on:
workflow_dispatch:
# Auto-release: every push to main runs semantic-release (create-release.yaml).
# Its commit-analyzer cuts a new vX.Y.Z tag only when the merged commits warrant
# one (fix: → patch, feat: → minor, BREAKING CHANGE/! → major) and no-ops otherwise
# (chore:/docs:/ci:). The tag push then triggers cd.yaml's GoReleaser publish.
push:
branches:
- main
concurrency:
group: "Release"
cancel-in-progress: false
permissions:
contents: read
jobs:
release:
name: 🎉 Create Release
uses: devantler-tech/reusable-workflows/.github/workflows/create-release.yaml@7d3a08e3cc284c6fa14a056d5df7702ec0978d59 # v5.5.10
secrets:
APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }}