Skip to content
Richard St. John edited this page Apr 24, 2019 · 1 revision

Performing a Release

git flow release start <version>
git flow release finish <version>

Push new version to Ansible Galaxy

ansible-galaxy login
ansible-galaxy import Asymmetrik ansible-role-nifi
Clone this wiki locally