Skip to content

Commit

Permalink
ci(travis): fix the semantic-release configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
NoriSte committed Oct 14, 2019
1 parent 196b8e6 commit 52544a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 23 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ All the scripts can be launched with options too, all the next examples chain `o

`npm i -g nprr`

## FAQs
## FAQ

#### Could I use nprr programmatically?
Certainly! The script below leverages nprr and gets the arguments passed to `nprr.run()` (please, do not forget to install nprr locally with `npm i -D nprr`)
Expand Down
23 changes: 1 addition & 22 deletions release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,6 @@ module.exports = {
plugins: [
"@semantic-release/release-notes-generator",
"@semantic-release/github",
"@semantic-release/npm",
[
"semantic-release/commit-analyzer",
{
preset: "angular",
parserOpts: {
noteKeywords: ["BREAKING CHANGE", "BREAKING CHANGES", "BREAKING"]
}
}
],
[
"semantic-release/release-notes-generator",
{
preset: "angular",
parserOpts: {
noteKeywords: ["BREAKING CHANGE", "BREAKING CHANGES", "BREAKING"]
},
writerOpts: {
commitsSort: ["subject", "scope"]
}
}
]
"@semantic-release/npm"
]
};

0 comments on commit 52544a6

Please sign in to comment.