Skip to content

Commit e438453

Browse files
authored
Merge pull request #2 from scribd/edoardor/SERF-800/enable-semantic-releases-on-github
[SERF-800] Enable semantic releases on GitHub
2 parents 8499e94 + 8885975 commit e438453

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

.releaserc.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ plugins:
1212
- assets:
1313
- CHANGELOG.md
1414
message: |-
15-
chore: Bump to version ${nextRelease.version}
16-
17-
[skip ci]
18-
- - "@semantic-release/gitlab"
19-
- gitlabUrl: "https://git.lo"
15+
chore: Bump to version ${nextRelease.version} [skip ci]
16+
- - "@semantic-release/github"
17+
- successComment: false
18+
failComment: false
19+
labels: false
20+
releasedLabels: false

Jenkinsfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ pipeline {
2222
//
2323
// https://github.com/hashicorp/terraform/issues/21408#issuecomment-495746582
2424
AWS_DEFAULT_REGION = 'us-east-2'
25+
26+
GITHUB_TOKEN = credentials('scribdbot-github-token')
2527
}
2628

2729
stages {

0 commit comments

Comments
 (0)