Skip to content
This repository was archived by the owner on May 9, 2022. It is now read-only.

Commit d1c840a

Browse files
committed
Simplify cargo publish steps
1 parent 2068f4c commit d1c840a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

RELEASING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ git push origin main
1212
2. Tag the version:
1313

1414
```
15-
export RELEASE_TAG=x.y.z
16-
git tag -s -a $RELEASE_TAG
17-
git push origin $RELEASE_TAG
15+
export VERSION=x.y.z
16+
git tag -s -a $VERSION -m $VERSION
17+
git push origin $VERSION
1818
```
1919

2020
3. Publish to crates.io:

0 commit comments

Comments
 (0)