feat: use new versioning schema with changelog generation
This commit is contained in:
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@ -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')) {
|
||||
|
Reference in New Issue
Block a user