Skip to content

Commit be29109

Browse files
committed
Period.
1 parent a989c98 commit be29109

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RELEASING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Release Process
55
2. Update version number in `gradle.properties` file.
66
3. Update version number in `hugo-example/build.gradle` file.
77
4. Update version numbers in `HugoPlugin.groovy` file.
8-
5. Commit: `git commit -am "Prepare version X.Y.Z"`
8+
5. Commit: `git commit -am "Prepare version X.Y.Z."`
99
6. Tag: `git tag -a X.Y.Z -m "Version X.Y.Z"`
1010
7. Push: `git push`
1111
8. Release: `./gradlew clean assemble uploadArchives`

0 commit comments

Comments
 (0)