Skip to content

Commit 3d8c7e3

Browse files
fdevanscursoragent
andcommitted
Fix: Configure Axion Release plugin to accept 'v' prefix in tags
Update tag prefix from '' to 'v' to match standard versioning convention used across other Rundeck repositories (v1.2.0, v1.3.0, etc.) Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 1836149 commit 3d8c7e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ repositories {
3838
scmVersion {
3939
ignoreUncommittedChanges = false
4040
tag {
41-
prefix = ''
41+
prefix = 'v'
4242
versionSeparator = ''
4343
}
4444
}

0 commit comments

Comments
 (0)