We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a989c98 commit be29109Copy full SHA for be29109
RELEASING.md
@@ -5,7 +5,7 @@ Release Process
5
2. Update version number in `gradle.properties` file.
6
3. Update version number in `hugo-example/build.gradle` file.
7
4. Update version numbers in `HugoPlugin.groovy` file.
8
- 5. Commit: `git commit -am "Prepare version X.Y.Z"`
+ 5. Commit: `git commit -am "Prepare version X.Y.Z."`
9
6. Tag: `git tag -a X.Y.Z -m "Version X.Y.Z"`
10
7. Push: `git push`
11
8. Release: `./gradlew clean assemble uploadArchives`
0 commit comments