Commit 2e1544d
committed
Create a release draft if none is found during release
Release draft not found is usually caused by
mismatching target branch name: while
release-drafter uses `refs/head/master`,
`gh release` needs (or always used to need)
`master` which needed to be edited manually
on the GitHub Releases page. This change is
a precaution so a release is published regardless
the existence of release notes which can be
always added later.1 parent bfa6b65 commit 2e1544d
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
83 | 86 | | |
84 | 87 | | |
85 | 88 | | |
| |||
0 commit comments