Skip to content

Commit

Permalink
fix: correct license plugin and refactor all tooling
Browse files Browse the repository at this point in the history
  • Loading branch information
0-vortex committed Dec 5, 2021
1 parent 0fa07cb commit 6f140a9
Show file tree
Hide file tree
Showing 6 changed files with 286 additions and 5,701 deletions.
9 changes: 7 additions & 2 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
save-exact=false
audit=false
audit-level="moderate"
engine-strict=true
format-package-lock=true
lockfile-version=3
loglevel="info"
prefer-offline=true
progress=false
save-exact=false
timing=false
engine-strict=true
update-notifier=false
yes=true
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ RUN apk --update --no-cache add git git-lfs jq openssh

COPY package.json /

RUN npm i -g npm@latest
RUN npm i -g $( jq -j '.dependencies|to_entries|map("\(.key)@\(.value) ")|.[]' /package.json )

COPY release.config.js /usr/local/lib/
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ This shareable configuration use the following plugins:

- [`@semantic-release/commit-analyzer`](https://github.com/semantic-release/commit-analyzer)
- [`@semantic-release/release-notes-generator`](https://github.com/semantic-release/release-notes-generator)
- [`conventional-changelog-conventionalcommits`](https://github.com/conventional-changelog/conventional-changelog)
- [`@semantic-release/changelog`](https://github.com/semantic-release/changelog)
- [`conventional-changelog-conventionalcommits`](https://github.com/conventional-changelog/conventional-changelog)
- [`@semantic-release/npm`](https://github.com/semantic-release/npm)
- [`@google/semantic-release-replace-plugin`](https://github.com/google/semantic-release-replace-plugin)
- [`semantic-release-license`](https://github.com/cbhq/semantic-release-license)
Expand All @@ -30,6 +30,7 @@ This shareable configuration use the following plugins:
- [`@eclass/semantic-release-docker`](https://github.com/eclass/semantic-release-docker)
- [`@semantic-release/exec`](https://github.com/semantic-release/exec)
- [`execa`](https://github.com/sindresorhus/execa)
- [`npmlog`](https://github.com/npm/npmlog)

## 🖥️ Requirements

Expand Down
Loading

0 comments on commit 6f140a9

Please sign in to comment.