Skip to content

Commit

Permalink
chore: code optimization
Browse files Browse the repository at this point in the history
chore: code optimization
  • Loading branch information
matteobertoldo authored Dec 20, 2022
2 parents e46473d + 29145aa commit cb9a37c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
["@semantic-release/npm", { "npmPublish": false }],
[
"@semantic-release/git",
{
"assets": ["CHANGELOG.md"],
"assets": ["CHANGELOG.md", "package.json", "package-lock.json"],
"message": "ci(release): v${nextRelease.version} [skip ci]"
}
],
"@semantic-release/git"
]
],
"release": {
"branches": ["master", "release"]
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
<a href="https://app.travis-ci.com/matteobertoldo/webpack-mjml-plugin">
<img src="https://app.travis-ci.com/matteobertoldo/webpack-mjml-plugin.svg?branch=master" alt="Travis CI Build">
</a>
<a href="https://www.npmjs.com/package/webpack-mjml-plugin">
<img src="https://img.shields.io/npm/dt/webpack-mjml-plugin.svg" alt="NPM Package Downloads" />
</a>
<a href="https://www.npmjs.com/package/webpack-mjml-plugin">
<img src="https://img.shields.io/npm/v/webpack-mjml-plugin.svg" alt="NPM Package Version" />
</a>
Expand Down

0 comments on commit cb9a37c

Please sign in to comment.