Skip to content

Commit

Permalink
Period.
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed Dec 2, 2013
1 parent a989c98 commit be29109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Release Process
2. Update version number in `gradle.properties` file.
3. Update version number in `hugo-example/build.gradle` file.
4. Update version numbers in `HugoPlugin.groovy` file.
5. Commit: `git commit -am "Prepare version X.Y.Z"`
5. Commit: `git commit -am "Prepare version X.Y.Z."`
6. Tag: `git tag -a X.Y.Z -m "Version X.Y.Z"`
7. Push: `git push`
8. Release: `./gradlew clean assemble uploadArchives`
Expand Down

0 comments on commit be29109

Please sign in to comment.