File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -125,6 +125,18 @@ suffix to your `uses` statement, like:
125
125
This way you will use the latest and greatest version of this action, and will not be left behind if/when we forget to
126
126
do the manual release clicking.
127
127
128
+ Steps :
129
+
130
+ 1. Checkout/pull the latest `master` branch, and create a new tag with the desired semantic version and a helpful note :
131
+
132
+ git tag -a v1.0.x -m "Helpful message in tag."
133
+
134
+ 2. Push the tag up :
135
+
136
+ git push origin v0.0.x
137
+
138
+ 3. Click through the GitHub web ui release stuff, using the tag created above as the latest release.
139
+
128
140
# # The Fine Print
129
141
130
142
It is worth noting that this is **NOT SUPPORTED** by Sonatype, and is a contribution of ours
You can’t perform that action at this time.
0 commit comments