with git and changelog

This commit is contained in:
Kasper Juul Hermansen 2022-08-21 15:34:10 +02:00
parent 4f644f9bfb
commit e9f3b006dd
Signed by: kjuulh
GPG Key ID: 0F95C140730F2F23
2 changed files with 4 additions and 0 deletions

View File

@ -5,3 +5,5 @@ branches:
plugins: plugins:
- "@semantic-release/commit-analyzer" - "@semantic-release/commit-analyzer"
- "@semantic-release/release-notes-generator" - "@semantic-release/release-notes-generator"
- "@semantic-release/git"
- "@semantic-release/changelog"

View File

@ -5,6 +5,8 @@ RUN apk add --no-cache openssh-client git
RUN yarn global add semantic-release@18 RUN yarn global add semantic-release@18
RUN yarn global add @semantic-release/git @semantic-release/changelog
# Download public key for github.com # Download public key for github.com
RUN mkdir -p -m 0700 ~/.ssh && ssh-keyscan github.com >> ~/.ssh/known_hosts RUN mkdir -p -m 0700 ~/.ssh && ssh-keyscan github.com >> ~/.ssh/known_hosts