Commit c2e0f3a
(#495) Allow milestones without issues
This commit introduces a new configuration value in the
GitReleaseManager.yaml file, which is disabled by default. When
enabled, it will be used to control whether the creation of an "empty"
release is allowed. This will make use of a new "empty" Scriban
template, which will be introduced in the next commit.1 parent cfa3f16 commit c2e0f3a
File tree
3 files changed
+5
-1
lines changed- src/GitReleaseManager.Core
- Configuration
- ReleaseNotes
3 files changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
38 | 41 | | |
39 | 42 | | |
40 | 43 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
0 commit comments