Skip to content

Commit 073c879

Browse files
committed
Updating the README with the new Ansible Playbook instructions
1 parent 5605a6a commit 073c879

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Publish the open source libraries
22

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+
```bash
13+
ansible-playbook computate_new_release.yml -e NEXT_VERSION=4.2.7.26
14+
```
15+
316
# :%s/4.2.7.a/4.2.7.b/g
417

518
# Update version of computate-base/pom.xml

0 commit comments

Comments
 (0)