diff --git a/RELEASING.md b/RELEASING.md index a4a5569..1919d50 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -9,7 +9,7 @@ 7. Merge pull-request 8. `git checkout main && git pull origin` 9. `git tag -a X.Y.Z -m "Version X.Y.Z" && git push --tags` (where X.Y.Z is the new version) -10. Trigger publish workflow for the ew tag in GitHub Actions +10. Trigger publish workflow for the new tag in GitHub Actions 11. Update the `config/version.properties` to the next SNAPSHOT version. 12. `git commit -am "Prepare next development version."` 13. `git push origin` diff --git a/config/version.properties b/config/version.properties index 4aa8e18..de1111a 100644 --- a/config/version.properties +++ b/config/version.properties @@ -1,4 +1,4 @@ -anvil_codegen_version = 0.3 +anvil_codegen_version = 0.4-SNAPSHOT # anvil_codegen_common_version = 0.1-SNAPSHOT # anvil_codegen_activity_generator_version = 0.1-SNAPSHOT