From 96583e9e6bec96c9cf2438a93c84ad5b5e65d8bc Mon Sep 17 00:00:00 2001 From: AlanCoding Date: Wed, 10 Jun 2020 07:27:11 -0400 Subject: [PATCH] Make version recognizable as pre-release --- awx_collection/galaxy.yml | 2 +- awx_collection/tools/template_galaxy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/awx_collection/galaxy.yml b/awx_collection/galaxy.yml index 9fe884c708..c197590ab3 100644 --- a/awx_collection/galaxy.yml +++ b/awx_collection/galaxy.yml @@ -28,7 +28,7 @@ tags: - awx - ansible - automation -version: devel +version: 0.0.1-devel build_ignore: - tools - setup.cfg 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: