Skip to content
This repository has been archived by the owner on May 29, 2024. It is now read-only.

Commit

Permalink
ci(semantic-release): add changelog module back to agent
Browse files Browse the repository at this point in the history
  • Loading branch information
jftanner committed Dec 25, 2018
1 parent 3b119e0 commit a427577
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.Jenkins-agent
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ FROM node:10-alpine
RUN apk add --no-cache docker
RUN apk add --no-cache git
RUN apk add --no-cache openssh
RUN npm install -g semantic-release semantic-release-docker
RUN npm install -g semantic-release @semantic-release/changelog semantic-release-docker
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ pipeline {
withCredentials(credentials) {
sh 'npx semantic-release'
}
sh 'cat CHANGELOG.md'
script {
RELEASE_VERSION = sh (
script: "git tag --points-at",
Expand Down

0 comments on commit a427577

Please sign in to comment.