File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -79,6 +79,20 @@ Commit these changes with a commit-message containing the version:
79
79
80
80
## 3. Create a tag
81
81
82
+ ### 3.1 Create a test tag
83
+
84
+ Packaging is fragile and is only triggered when a tag is pushed. To avoid
85
+ finding out about packaging problems on the RC tag, it is strongly recommended
86
+ to first push a test tag to trigger the packaging builds. This tag should
87
+ be removed after the build passes.
88
+
89
+ $ git tag v0.11.4rc1-test1
90
+
91
+ Follow the steps in step 4 to push the test tag. When the build is successful,
92
+ remove the tag and follow the steps in 3.2 to create a proper tag.
93
+
94
+ ### 3.2 Create proper tag
95
+
82
96
The tag should be created right after the commit and be named the same as
83
97
the version.
84
98
You can’t perform that action at this time.
0 commit comments