Skip to content

Commit

Permalink
Chore: update semantic to use commit convention
Browse files Browse the repository at this point in the history
  • Loading branch information
pustovitDmytro committed May 2, 2021
1 parent f6ee0bf commit 7e079b2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .releaserc.json
Expand Up @@ -18,7 +18,7 @@
[
"@semantic-release/git", {
"assets": ["README.md", "CHANGELOG.md", "package.json"],
"message": "Chore(release): add version ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
"message": "Chore: (release) add version ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}
],
[
Expand Down
4 changes: 0 additions & 4 deletions README.md
Expand Up @@ -18,7 +18,6 @@ Boilerplate for creating npm packages.
[![Coverage Status][badge-coverage]][url-coverage]

[![Commit activity][commit-activity-badge]][github]
[![Fossa][fossa-badge]][fossa-url]
[![License][badge-lic]][github]

## Table of Contents
Expand Down Expand Up @@ -85,9 +84,6 @@ The message summary should be a one-sentence description of the change. The issu
[codefactor-badge]: https://www.codefactor.io/repository/github/pustovitdmytro/npm-boilerplate/badge
[codefactor-url]: https://www.codefactor.io/repository/github/pustovitdmytro/npm-boilerplate

[fossa-badge]: https://app.fossa.com/api/projects/git%2Bgithub.com%2FpustovitDmytro%2Fnpm-boilerplate.svg?type=shield
[fossa-url]: https://app.fossa.com/projects/git%2Bgithub.com%2FpustovitDmytro%2Fnpm-boilerplate?ref=badge_shield

[commit-activity-badge]: https://img.shields.io/github/commit-activity/m/pustovitDmytro/npm-boilerplate

[scrutinizer-badge]: https://scrutinizer-ci.com/g/pustovitDmytro/npm-boilerplate/badges/quality-score.png?b=master
Expand Down

0 comments on commit 7e079b2

Please sign in to comment.