Skip to content

Commit

Permalink
Update release docs with tag step
Browse files Browse the repository at this point in the history
  • Loading branch information
mfisher87 committed Dec 23, 2021
1 parent 5315a61 commit 4993845
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion help/source/contributor-how-to/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,19 @@ can result in an incorrect patch number, e.g. `v1.2.304`.
```


## Tag the release with the new version

```
git tag {vX.Y.Z}
```


## Build a package zip

Using the tag from the previous step, build a package:

```
make package VERSION=$ref # Outputs a zip
make package VERSION={vX.Y.Z} # Outputs a zip
```


Expand Down

0 comments on commit 4993845

Please sign in to comment.