Skip to content

Commit

Permalink
feat: added new configs for semantic release
Browse files Browse the repository at this point in the history
  • Loading branch information
matteobertoldo committed Jun 15, 2022
1 parent 2f0585c commit b99fe48
Show file tree
Hide file tree
Showing 7 changed files with 354 additions and 8 deletions.
3 changes: 2 additions & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
"semi": true,
"tabWidth": 2,
"trailingComma": "none",
"useTabs": false
"useTabs": false,
"xmlWhitespaceSensitivity": "ignore"
}
5 changes: 0 additions & 5 deletions .releaserc

This file was deleted.

12 changes: 12 additions & 0 deletions .releaserc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
"@semantic-release/npm",
"@semantic-release/git"
],
"release": {
"branches": ["master", "release"]
}
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<p align="center">
<img
width="320px"
src="https://raw.githubusercontent.com/matteobertoldo/webpack-mjml-plugin/assets/webpack-mjml-plugin.svg?sanitize=true"
src="https://raw.githubusercontent.com/matteobertoldo/webpack-mjml-plugin/master/assets/webpack-mjml-plugin-logo.svg?sanitize=true"
alt="Webpack MJML Plugin - Logo"
/>
</p>
Expand Down
Loading

0 comments on commit b99fe48

Please sign in to comment.