Skip to content

Commit

Permalink
remove custom release notes generator, as this did not work out as ex…
Browse files Browse the repository at this point in the history
…pected
  • Loading branch information
tujoworker committed Feb 20, 2019
1 parent 5894367 commit 864a5e0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 23 deletions.
1 change: 0 additions & 1 deletion packages/dnb-ui-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@
"@babel/preset-env": "^7.3.1",
"@babel/preset-react": "^7.0.0",
"@babel/register": "^7.0.0",
"@semantic-release/release-notes-generator": "^7.1.4",
"@storybook/addon-options": "^4.1.12",
"@storybook/react": "^4.1.12",
"@svgr/core": "^4.1.0",
Expand Down
22 changes: 1 addition & 21 deletions packages/dnb-ui-lib/scripts/release/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,27 +18,7 @@ const semanicRelease = async () => {
const stdoutBuffer = new WritableStreamBuffer()
const stderrBuffer = new WritableStreamBuffer()
const result = await semanticRelease(
{
plugins: [
[
'@semantic-release/release-notes-generator',
{
preset: 'angular',
parserOpts: {
noteKeywords: [
'BREAKING CHANGE',
'BREAKING CHANGES',
'BREAKING',
'break:'
]
},
writerOpts: {
commitsSort: ['subject', 'scope']
}
}
]
]
},
{},
{
// Store stdout and stderr to use later instead of writing to `process.stdout` and `process.stderr`
stdout: stdoutBuffer,
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1554,7 +1554,7 @@
read-pkg "^4.0.0"
registry-auth-token "^3.3.1"

"@semantic-release/release-notes-generator@^7.1.2", "@semantic-release/release-notes-generator@^7.1.4":
"@semantic-release/release-notes-generator@^7.1.2":
version "7.1.4"
resolved "https://registry.yarnpkg.com/@semantic-release/release-notes-generator/-/release-notes-generator-7.1.4.tgz#8f4f752c5a8385abdaac1256127cef05988bc2ad"
integrity sha512-pWPouZujddgb6t61t9iA9G3yIfp3TeQ7bPbV1ixYSeP6L7gI1+Du82fY/OHfEwyifpymLUQW0XnIKgKct5IMMw==
Expand Down

0 comments on commit 864a5e0

Please sign in to comment.