There was an error while loading. Please reload this page.
Welcome to the portess wiki!
CI/CD flow: https://medium.com/@kevinkreuzer/the-way-to-fully-automated-releases-in-open-source-projects-44c015f38fd6
Semantic-release
"plugins": [ ["@semantic-release/commit-analyzer", { "preset": "angular", "releaseRules": [ {"type": "docs", "scope":"README", "release": "patch"}, {"type": "refactor", "release": "patch"}, {"type": "style", "release": "patch"} ], "parserOpts": { "noteKeywords": ["BREAKING CHANGE", "BREAKING CHANGES"] } }], "@semantic-release/release-notes-generator" ]
}```
https://medium.com/@schalkneethling/automate-package-releases-with-semantic-release-and-commitizen-d7d4c337f04f
Securing .npmrc in docker images: https://www.alexandraulsh.com/2018/06/25/docker-npmrc-security/
Problems: