Skip to content

Commit

Permalink
adding tag prefix v
Browse files Browse the repository at this point in the history
  • Loading branch information
jerowe committed Sep 26, 2023
1 parent ba8794a commit 73ebc38
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/auto-release.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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 =


Expand Down

0 comments on commit 73ebc38

Please sign in to comment.