docs(release)!: document release process

This commit is contained in:
Cedric Kienzler
2025-06-06 17:48:15 +02:00
parent 631ddfedd4
commit f6a70fa6a3
4 changed files with 84 additions and 24 deletions
+4 -4
View File
@@ -1,4 +1,4 @@
name: Pull Request Hygiene
name: GitHub Pull Request Hygiene
on:
pull_request:
@@ -39,11 +39,11 @@ jobs:
header: pr-title-lint-error
message: |
Hey there and thank you for opening this pull request! 👋🏼
We require pull request titles to follow the [Conventional Commits specification](https://www.conventionalcommits.org/en/v1.0.0/) and it looks like your proposed title needs to be adjusted.
Details:
```
${{ steps.lint_pr_title.outputs.error_message }}
```
@@ -74,4 +74,4 @@ jobs:
name: Write step-summary
run: |
echo "All Labels: ${{ steps.labeler.outputs.all-labels }}" >> "$GITHUB_STEP_SUMMARY"
echo "New Labels for this iteration: ${{ steps.labeler.outputs.new-labels }}" >> "$GITHUB_STEP_SUMMARY"
echo "New Labels for this iteration: ${{ steps.labeler.outputs.new-labels }}" >> "$GITHUB_STEP_SUMMARY"