Commit a48f809
authored
fix: update release workflow to create PR instead of pushing directly… (netbox-community#407)
* fix: update release workflow to create PR instead of pushing directly to protected main branch
- Create a branch for release updates
- Open a pull request instead of direct push
- Auto-approve and merge the PR with squash
- Requires enabling auto-merge in repository settings
* fix: resolve yamllint errors in release workflow
- Quote 'on' key to avoid truthy value warning
- Remove trailing spaces on lines 97, 101, and 104
* feat: add complete CHANGELOG automation from feature/automatic-releases
- Add scripts/update-changelog-from-release.sh for automatic changelog updates
- Add CHANGELOG.md with complete release history
- Fix sed command to use pipe separator for better compatibility
- Integrate changelog updates into PR-based release workflow
---------
Co-authored-by: Pablo Garcia Miranda <[email protected]>1 parent 9283b3d commit a48f809
File tree
3 files changed
+505
-5
lines changed- .github/workflows
- scripts
3 files changed
+505
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
67 | 73 | | |
| 74 | + | |
| 75 | + | |
68 | 76 | | |
69 | 77 | | |
70 | 78 | | |
71 | 79 | | |
72 | 80 | | |
73 | 81 | | |
74 | 82 | | |
75 | | - | |
76 | | - | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
77 | 104 | | |
78 | | - | |
79 | | - | |
| 105 | + | |
| 106 | + | |
0 commit comments