Skip to content

Commit

Permalink
Prepare next development version.
Browse files Browse the repository at this point in the history
  • Loading branch information
illarionov committed Mar 16, 2024
1 parent 7329027 commit 331ef2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
2 changes: 1 addition & 1 deletion config/version.properties
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 331ef2b

Please sign in to comment.