b0z1

Results 3 comments of b0z1

I really dont understand why this is not possible right now...

I have massive problems with this too! In my env vars i have values like "release" or my git project url. semantic-release completly f*cks up the output. The changelog notes...

For gitlab-ci.yml i monkeypatch it using this: ``` default: before_script: - npm ci --cache .npm --prefer-offline - echo "module.exports = () => e => e" > node_modules/semantic-release/lib/hide-sensitive.js ```