diff options
author | AlanCoding <arominge@redhat.com> | 2020-06-10 13:27:11 +0200 |
---|---|---|
committer | AlanCoding <arominge@redhat.com> | 2020-06-19 15:08:58 +0200 |
commit | 96583e9e6bec96c9cf2438a93c84ad5b5e65d8bc (patch) | |
tree | 6f945ac7dc6a0b7bd6b1d006bd48719588a7976f /awx_collection/tools | |
parent | Add copy note to galaxy file (diff) | |
download | awx-96583e9e6bec96c9cf2438a93c84ad5b5e65d8bc.tar.xz awx-96583e9e6bec96c9cf2438a93c84ad5b5e65d8bc.zip |
Make version recognizable as pre-release
Diffstat (limited to 'awx_collection/tools')
-rw-r--r-- | awx_collection/tools/template_galaxy.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/awx_collection/tools/template_galaxy.yml b/awx_collection/tools/template_galaxy.yml index 2bfb83aa11..b71416741a 100644 --- a/awx_collection/tools/template_galaxy.yml +++ b/awx_collection/tools/template_galaxy.yml @@ -25,7 +25,7 @@ tasks: - name: Make substitutions in source to sync with templates set_fact: - collection_version_override: devel + collection_version_override: 0.0.1-devel - name: Template the galaxy.yml file template: |