Commit e15b900
authored
ci: detect conventional commits in squash-merge body bullets (#107)
The version job skipped releasing PR #106 because its squash-merge
subject ("Harden Mach-O relocation and add LC_RPATH parity (#106)")
is not itself a conventional commit. GitHub's default squash-merge
preserves each original commit as a "* type: ..." bullet in the body,
so extend detection to include those lines — scan both subjects and
body bullets instead of subjects alone.1 parent 03b642f commit e15b900
1 file changed
Lines changed: 11 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
65 | 75 | | |
66 | 76 | | |
67 | 77 | | |
| |||
84 | 94 | | |
85 | 95 | | |
86 | 96 | | |
87 | | - | |
| 97 | + | |
88 | 98 | | |
89 | 99 | | |
90 | 100 | | |
| |||
0 commit comments