Skip to content

Commit 9936887

Browse files
author
Julien Castets
committed
Update MAINTAINERS.md
1 parent 9247eec commit 9936887

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MAINTAINERS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ For the sake of the example, we assume you want to release the version `42.8`.
2323

2424
* Edit [pkg/scwversion/version.go](pkg/scwversion/version.go) and update the
2525
*VERSION* to *v42.8*.
26-
* Make the commit release: `git commit -m 'Release v42.8'`.
26+
* Make the commit release: `git commit -a -m 'Release v42.8'`.
2727
* Tag the commit: `git tag v42.8`.
2828
* Push: `git push && git push --tags`.
2929

0 commit comments

Comments
 (0)