Skip to content

Commit

Permalink
Merge pull request #10 from voxpupuli/remove-github-milestone-plugin
Browse files Browse the repository at this point in the history
fix: remove github-milestones plugin because of CVEs and usage
  • Loading branch information
rwaffen authored Sep 17, 2024
2 parents 398110b + 8a1e441 commit b64de7b
Show file tree
Hide file tree
Showing 3 changed files with 1,370 additions and 2,550 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ This container can be used to create project releases. It encapsulates semantic-
### How to generate package.json and package-lock.json

```shell
docker run --rm -it -v $PWD:/data --entrypoint sh node:22.8.0-alpine3.20

mkdir /npm
cd /npm

npm install \
semantic-release \
@bobvanderlinden/semantic-release-pull-request-analyzer \
Expand All @@ -24,11 +29,12 @@ npm install \
@semantic-release/gitlab \
@semantic-release/release-notes-generator \
semantic-release-commits-lint \
semantic-release-github-milestones \
semantic-release-github-pullrequest \
semantic-release-jira-notes \
semantic-release-license \
semantic-release-major-tag \
semantic-release-pypi \
semantic-release-replace-plugin

cp package.json package-lock.json /data
```
Loading

0 comments on commit b64de7b

Please sign in to comment.