Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

Commit

Permalink
Update release documentation (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
billyoung authored Mar 10, 2021
1 parent 326a7d0 commit cb44d84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,5 @@ This repo contains `Actions` that allow for individual releases of capability pr
git checkout origin/main
git pull origin main
git tag -a http-client-v1.2.3 -m "http-client release v1.2.3" # Tag must be in the form of <provider>-vX.Y.Z
git push origin --tags # Kicks off the release action
git push origin http-client-v1.2.3 # Kicks off the release action
```

0 comments on commit cb44d84

Please sign in to comment.