- Update the
CHANGELOG.md
file with relevant info and date. - Update version number in
gradle.properties
file. - Update version number in
hugo-example/build.gradle
file. - Update version numbers in
HugoPlugin.groovy
file. - Update version number in
README.md
file. - 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.properties
file to next "SNAPSHOT" version. - Update version number in
hugo-example/build.gradle
file to next "SNAPSHOT" version. - Update version numbers in
HugoPlugin.groovy
file 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)