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

Commit

Permalink
fix(semantic-release): remove unnecessary changelog again
Browse files Browse the repository at this point in the history
  • Loading branch information
jftanner committed Dec 25, 2018
1 parent a427577 commit b3e944b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
}
}
],
"@semantic-release/changelog",
"@semantic-release/npm",
[
"@semantic-release/github",
Expand Down
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/changelog semantic-release-docker
RUN npm install -g semantic-release semantic-release-docker
1 change: 0 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ 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 b3e944b

Please sign in to comment.