Created
March 17, 2020 13:51
-
-
Save yyynnn/4b927be6829568c945285ccfdb55386b to your computer and use it in GitHub Desktop.
sem rel package.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// package.json | |
{ | |
"name": "semantic_release_example", | |
"description": "example frontend app", | |
"version": "1.0.0", | |
"main": "index.js", | |
"repository": { | |
"type": "git", | |
"url": "https://gitlab.com/yyynnn/semantic_release_example.git" | |
}, | |
"config": { | |
"commitizen": { | |
"path": "./config/cz-coventional-changelog-custom", | |
"maxHeaderWidth": 100, | |
"maxLineWidth": 100, | |
"defaultType": "", | |
"defaultScope": "", | |
"defaultSubject": "", | |
"defaultBody": "", | |
"defaultIssues": "" | |
} | |
}, | |
... rest of the config | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment