Skip to content

Commit

Permalink
perf: tech release
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed Apr 12, 2022
1 parent 15ba9cb commit 5c6ce4d
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,4 @@ jobs:
GIT_COMMITTER_EMAIL: '[email protected]'
GIT_AUTHOR_NAME: '@antongolub'
GIT_COMMITTER_NAME: '@antongolub'
run: npm_config_yes=true npx -p @qiwi/semrel-toolkit semrel -e @qiwi/semrel-config
run: npm_config_yes=true npx -p @qiwi/semrel-toolkit semrel
35 changes: 35 additions & 0 deletions .releaserc.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
module.exports = {
branch: 'master',
plugins: [
[
'@semantic-release/commit-analyzer',
{
preset: 'angular',
releaseRules: [
{type: 'docs', release: 'patch'},
{type: 'refactor', release: 'patch'},
],
parserOpts: {
noteKeywords: ['BREAKING CHANGE', 'BREAKING CHANGES']
}
}
],
'@semantic-release/release-notes-generator',
'@semantic-release/changelog',
[
'@qiwi/semrel-metabranch',
{
publish: {
action: 'push',
branch: 'gh-pages',
from: './docs',
to: './',
message: 'update docs ${nextRelease.gitTag}',
}
}
],
'@semantic-release/npm',
'@semantic-release/github',
'@semantic-release/git'
]
}
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
# npm-registry-firewall
# npm-registry-firewall    📦📦🔥🔥🔥
npm registry proxy with on-the-fly filtering

[![CI](https://github.com/antongolub/npm-registry-firewall/workflows/CI/badge.svg)](https://github.com/antongolub/npm-registry-firewall/actions)
[![Maintainability](https://api.codeclimate.com/v1/badges/ed66fb48706b02e64f8e/maintainability)](https://codeclimate.com/github/antongolub/npm-registry-firewall/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/ed66fb48706b02e64f8e/test_coverage)](https://codeclimate.com/github/antongolub/npm-registry-firewall/test_coverage)
[![npm (tag)](https://img.shields.io/npm/v/npm-registry-firewall)](https://www.npmjs.com/package/npm-registry-firewall)

# 📦📦🔥🔥🔥

## Motivation
To mitigate security and legal risks

Expand Down

0 comments on commit 5c6ce4d

Please sign in to comment.