Skip to content

Commit 6979a97

Browse files
committed
previous release
1 parent d5b13fa commit 6979a97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

HOW_TO_RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Time required: about an hour.
113113
```
114114
git log "$(git tag --sort="v:refname" | sed -n 'x;$p').." --format="%aN" | sort -u
115115
```
116-
or by replacing `v0.X.Y` with the _previous_ release in:
116+
or by substituting the _previous_ release in:
117117
```
118118
git log v0.X.Y.. --format="%aN" | sort -u
119119
```

0 commit comments

Comments
 (0)