We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a600dc commit d334501Copy full SHA for d334501
.ci/Jenkinsfile
@@ -121,6 +121,8 @@ pipeline {
121
dir("${BASE_DIR}"){
122
withMageEnv(){
123
withCredentials([string(credentialsId: "${GITHUB_TOKEN_CREDENTIALS}", variable: 'GITHUB_TOKEN')]) {
124
+ // Ensure that tags are present so goreleaser can build the changelog from the last release.
125
+ gitCmd(cmd: 'fetch', args: '--unshallow --tags')
126
sh 'curl -sL https://git.io/goreleaser | bash'
127
}
128
0 commit comments