Skip to content

Commit ba876f4

Browse files
committed
doc release process more
1 parent db58d8f commit ba876f4

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,18 @@ suffix to your `uses` statement, like:
125125
This way you will use the latest and greatest version of this action, and will not be left behind if/when we forget to
126126
do the manual release clicking.
127127

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+
128140
## The Fine Print
129141

130142
It is worth noting that this is **NOT SUPPORTED** by Sonatype, and is a contribution of ours

0 commit comments

Comments
 (0)