From b9354bc0cf4318abce561d02696d7556e0a54998 Mon Sep 17 00:00:00 2001 From: Sagi Shnaidman Date: Tue, 16 Mar 2021 21:25:35 +0200 Subject: [PATCH] Use -dev version for galaxy in git repo When installing collections from git[1] the version should be higher than the released one, but lower than next release can be. Use "-dev" for set version between two releases in git repo, so installing from git won't require --force. [1] https://docs.ansible.com/ansible/devel/user_guide/ collections_using.html#installing-a-collection-from-a-git-repository Change-Id: I86f292fde0cb6eaa75908794fe0c997e4bca7aee --- galaxy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/galaxy.yml b/galaxy.yml index 5eb7c04..b2c4ca8 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -10,7 +10,7 @@ namespace: tripleo name: operator # The version of the collection. Must be compatible with semantic versioning -version: 0.4.1 +version: 0.4.1-dev # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md