@@ -86,7 +86,10 @@ To github.com:gravitational/robotest.git
86
86
* [new tag] v2.0.0 -> v2.0.0
87
87
```
88
88
89
- ### Create a draft release in GitHub.
89
+ Pushing a tag to GitHub will automatically kick of the Drone CI 'publish' job.
90
+ The new artifacts will appear in quay.io shortly.
91
+
92
+ ### Create a Release in GitHub.
90
93
91
94
Navigate to https://github.com/gravitational/robotest/releases/tag/v2.0.0
92
95
@@ -95,30 +98,6 @@ Click Edit Tag. Enter "Robotest 2.0.0" in the "Release Title" field.
95
98
Add a concise note about what the release contains in the "Describe this
96
99
release" field.
97
100
98
- Click "Save Draft".
99
-
100
- ## Release
101
- With all the preperation taken care of, publishing the release will take only
102
- a minute or two, making the artifacts and release history publicly available.
103
-
104
- ### Run the "Robotest-publish" Jenkins job.
105
-
106
- Navigate to: https://jenkins.gravitational.io/view/Robotest/job/Robotest-publish/
107
-
108
- Click "Build with Parameters".
109
-
110
- Enter your tag into the "GIT_REF" field, prefixed with "tags/" e.g. ` tags/v2.0.0 `
111
-
112
- Ignore Robotest-publish's TAG parameter. This is unneeded when an annotated
113
- git tag is used.
114
-
115
- Build!
116
-
117
- After the build & publish completes successfully verify the new image tag
118
- is present in https://quay.io/repository/gravitational/robotest-suite .
119
-
120
- ### Publish the draft GitHub release.
121
- After the new quay.io artifact is available, publish the draft release
122
- created earlier in the Prepare step.
101
+ Click "Publish Release".
123
102
124
103
Congratulations! Robotest is released!
0 commit comments