Skip to content

Commit

Permalink
Introduce semantic-release
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Every call to marked is isolated now. This makes sure that options from the first call won't influence options from the second call. If you've configured the markdown-loader with two different options, you might observe different behavior now. We also removed Node v8 and Node v10 support and support for older webpack versions. Webpack 5 is required now.
  • Loading branch information
jhnns committed Jan 27, 2022
1 parent de0be90 commit 65e2368
Show file tree
Hide file tree
Showing 3 changed files with 15,803 additions and 6,598 deletions.
16 changes: 16 additions & 0 deletions .releaserc.json
@@ -0,0 +1,16 @@
{
"branches": ["main", { "name": "beta", "prerelease": true }],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
[
"@semantic-release/git",
{
"assets": ["CHANGELOG.md"]
}
],
"@semantic-release/github",
"@semantic-release/npm"
]
}

0 comments on commit 65e2368

Please sign in to comment.