From 73ebc388e303ba9751db72ab0dff0535306fcd29 Mon Sep 17 00:00:00 2001 From: Jillian Rowe Date: Tue, 26 Sep 2023 15:45:28 +0300 Subject: [PATCH] adding tag prefix v --- .github/auto-release.yml | 4 ++-- setup.cfg | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/auto-release.yml b/.github/auto-release.yml index cd37777..8f22cff 100644 --- a/.github/auto-release.yml +++ b/.github/auto-release.yml @@ -1,5 +1,5 @@ -name-template: 'v$RESOLVED_VERSION' -tag-template: 'v$RESOLVED_VERSION' +name-template: '$RESOLVED_VERSION' +tag-template: '$RESOLVED_VERSION' version-template: '$MAJOR.$MINOR.$PATCH' version-resolver: major: diff --git a/setup.cfg b/setup.cfg index a8d7119..ff7534c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -8,7 +8,7 @@ VCS = git style = pep440 versionfile_source = aws_pcluster_slurm_spawner/_version.py versionfile_build = aws_pcluster_slurm_spawner/_version.py -tag_prefix = v +tag_prefix = parentdir_prefix =