Skip to content

Commit

Permalink
doc release process more
Browse files Browse the repository at this point in the history
  • Loading branch information
bhamail committed Feb 19, 2021
1 parent db58d8f commit ba876f4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,18 @@ suffix to your `uses` statement, like:
This way you will use the latest and greatest version of this action, and will not be left behind if/when we forget to
do the manual release clicking.

Steps:

1. Checkout/pull the latest `master` branch, and create a new tag with the desired semantic version and a helpful note:

git tag -a v1.0.x -m "Helpful message in tag."

2. Push the tag up:

git push origin v0.0.x

3. Click through the GitHub web ui release stuff, using the tag created above as the latest release.

## The Fine Print

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

0 comments on commit ba876f4

Please sign in to comment.