- Update the
CHANGELOG.mdfile with relevant info and date. - Update version number in
gradle.propertiesfile. - Update version number in
hugo-example/build.gradlefile. - Update version numbers in
HugoPlugin.groovyfile. - Update version number in
README.mdfile. - Commit:
git commit -am "Prepare version X.Y.Z." - Tag:
git tag -a X.Y.Z -m "Version X.Y.Z" - Release:
./gradlew clean assemble uploadArchives - Update version number in
gradle.propertiesfile to next "SNAPSHOT" version. - Update version number in
hugo-example/build.gradlefile to next "SNAPSHOT" version. - Update version numbers in
HugoPlugin.groovyfile to next "SNAPSHOT" version. - Commit:
git commit -am "Prepare next development version." - Push:
git push && git push --tags - Write a script for steps 2 - 13. (Optional)