We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5605a6a commit 073c879Copy full SHA for 073c879
README.md
@@ -1,5 +1,18 @@
1
# Publish the open source libraries
2
3
+Run the following Ansible playbook to begin the new release:
4
+
5
+```bash
6
+ansible-playbook computate_new_release.yml
7
+```
8
9
+The run will fail, but it will tell you what the next release number will be. Run the playbook again with the desired release version specified:
10
11
12
13
+ansible-playbook computate_new_release.yml -e NEXT_VERSION=4.2.7.26
14
15
16
# :%s/4.2.7.a/4.2.7.b/g
17
18
# Update version of computate-base/pom.xml
0 commit comments