RELEASING.md
CHANGELOG.md file with relevant info and date.gradle.properties file.hugo-example/build.gradle file.HugoPlugin.groovy file.README.md file.git commit -am "Prepare version X.Y.Z."git tag -a X.Y.Z -m "Version X.Y.Z"./gradlew clean assemble uploadArchivesgradle.properties file to next "SNAPSHOT" version.hugo-example/build.gradle file to next "SNAPSHOT" version.HugoPlugin.groovy file to next "SNAPSHOT" version.git commit -am "Prepare next development version."git push && git push --tags