Add VERSION
This commit is contained in:
parent
0d88f7fa2d
commit
8337911490
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -20,6 +20,7 @@ pipeline {
|
||||
|
||||
stage('Release') {
|
||||
steps {
|
||||
sh 'git tag -a v$(cat VERSION) -m "v$(cat VERSION)"'
|
||||
sh 'goreleaser release'
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user