Commit 4cd3359
authored
ci(release): Switch from action-prepare-release to Craft (#504)
* ci(release): Switch from action-prepare-release to Craft
This PR migrates from the deprecated action-prepare-release to the new
Craft GitHub Actions (reusable workflow or composite action).
Changes:
- Migrate .github/workflows/release.yml to Craft reusable workflow
* ci(release): Restore GitHub App token authentication
The previous migration incorrectly removed the GitHub App token
authentication step. This commit restores it by switching to the
composite action pattern which preserves the auth flow.
* fix: Pin actions to SHA and add permissions blocks
* fix: Use correct action version SHAs (restore original versions)
* fix: Use correct action version SHAs (restore original versions)
* fix: Add permissions block to workflows
* fix: Clean up action version comments
* Update Craft SHA to 1c58bfd57bfd6a967b6f3fc92bead2c42ee698ce
* fix: revert extraneous changes to non-release workflow files
* fix: clean up release.yml formatting and version comments
* build(craft): Update Craft action to c6e2f04
* chore: add unlabeled trigger to changelog-preview1 parent d06a96e commit 4cd3359
2 files changed
+25
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
| 7 | + | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
13 | 17 | | |
14 | 18 | | |
15 | 19 | | |
| |||
27 | 31 | | |
28 | 32 | | |
29 | 33 | | |
30 | | - | |
| 34 | + | |
31 | 35 | | |
32 | 36 | | |
33 | 37 | | |
| |||
0 commit comments