We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5b13fa commit 6979a97Copy full SHA for 6979a97
HOW_TO_RELEASE.md
@@ -113,7 +113,7 @@ Time required: about an hour.
113
```
114
git log "$(git tag --sort="v:refname" | sed -n 'x;$p').." --format="%aN" | sort -u
115
116
- or by replacing `v0.X.Y` with the _previous_ release in:
+ or by substituting the _previous_ release in:
117
118
git log v0.X.Y.. --format="%aN" | sort -u
119
0 commit comments