Commit 4c5da1e
authored
git: option not to update series on tags
Currently, when a new tag is sent on the mailing list, the series is
updated in the Git repository.
The push is done with '-o ci.skip', but this seems to be something
specific to GitLab. It has no effects with GitHub for example. Not to
waste resources on retesting everything and sending notifications once
a tag is shared, a new per-project option has been added:
update_series_on_tags
Not to change the current behaviour, series will continue to be updated
on new tags by default, except if this option is explicitly disabled.1 parent 831a92b commit 4c5da1e
1 file changed
+10
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
90 | 95 | | |
91 | 96 | | |
92 | 97 | | |
| |||
109 | 114 | | |
110 | 115 | | |
111 | 116 | | |
112 | | - | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
113 | 122 | | |
114 | 123 | | |
115 | 124 | | |
| |||
0 commit comments