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.
2 parents 8499e94 + 8885975 commit e438453Copy full SHA for e438453
.releaserc.yml
@@ -12,8 +12,9 @@ plugins:
12
- assets:
13
- CHANGELOG.md
14
message: |-
15
- chore: Bump to version ${nextRelease.version}
16
-
17
- [skip ci]
18
- - - "@semantic-release/gitlab"
19
- - gitlabUrl: "https://git.lo"
+ chore: Bump to version ${nextRelease.version} [skip ci]
+ - - "@semantic-release/github"
+ - successComment: false
+ failComment: false
+ labels: false
20
+ releasedLabels: false
Jenkinsfile
@@ -22,6 +22,8 @@ pipeline {
22
//
23
// https://github.com/hashicorp/terraform/issues/21408#issuecomment-495746582
24
AWS_DEFAULT_REGION = 'us-east-2'
25
+
26
+ GITHUB_TOKEN = credentials('scribdbot-github-token')
27
}
28
29
stages {
0 commit comments