Skip to content

Commit

Permalink
chore: lock semantic release bot to older version due to issue
Browse files Browse the repository at this point in the history
We seems to have run into semantic-release/release-notes-generator#459 trying to do the 3.0.0 release that contains 200+ commits
  • Loading branch information
efredriksson-modelon authored and abhilash-kumar-nair committed Jun 8, 2023
1 parent bee0dd2 commit 83205a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN npm -v
ENV SHELL /bin/bash

# RUN npm init
RUN npm i -g semantic-release @semantic-release/commit-analyzer @semantic-release/git @semantic-release/exec \
RUN npm i -g semantic-release@21.0.1 @semantic-release/commit-analyzer @semantic-release/git @semantic-release/exec \
@semantic-release/changelog @semantic-release/release-notes-generator \
@commitlint/config-conventional @commitlint/cli

Expand Down

0 comments on commit 83205a1

Please sign in to comment.