Skip to content

Commit a61c21b

Browse files
authored
Update versioning examples in release script
1 parent 9995a25 commit a61c21b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

release

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
# release — bump version, tag, push, and print the sha256 for the Homebrew tap.
33
#
44
# Usage:
5-
# ./release 0.6.0
6-
# ./release patch (0.5.0 → 0.5.1)
7-
# ./release minor (0.5.0 → 0.6.0)
8-
# ./release major (0.5.0 → 1.0.0)
5+
# ./release 0.1.0
6+
# ./release patch (0.1.0 → 0.1.1)
7+
# ./release minor (0.1.0 → 0.2.0)
8+
# ./release major (0.1.0 → 1.0.0)
99

1010
set -euo pipefail
1111

0 commit comments

Comments
 (0)