feat: use new versioning schema with changelog generation
All checks were successful
arcad/emissary/pipeline/head This commit looks good
arcad/emissary/pipeline/pr-master This commit looks good

This commit is contained in:
2023-08-25 09:56:28 -06:00
parent 14eecbf01e
commit 3c1f5042c8
6 changed files with 712 additions and 40 deletions

5
Jenkinsfile vendored
View File

@ -58,7 +58,10 @@ pipeline {
passwordVariable: 'GITEA_RELEASE_PASSWORD'
])
]) {
sh 'make gitea-release'
sh '''
make mktools
make gitea-release
'''
}
def currentVersion = sh(returnStdout: true, script: 'make full-version').trim()
if (currentVersion.endsWith('-dirty')) {