diff --git a/README.md b/README.md index 84f4b7dd..660f62dc 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # Data Structures and Algorithms in JavaScript -[![CircleCI](https://img.shields.io/circleci/build/github/amejiarosario/dsa.js-data-structures-algorithms-javascript/master.svg)](https://circleci.com/gh/amejiarosario/dsa.js-data-structures-and-algorithms-in-javascript) [![NPM version](https://badge.fury.io/js/dsa.js.svg)](https://badge.fury.io/js/dsa.js) [![chat](https://dsajs-slackin.herokuapp.com/badge.svg)](https://dsajs-slackin.herokuapp.com) +[![CircleCI](https://circleci.com/gh/amejiarosario/dsa.js-data-structures-algorithms-javascript.svg?style=shield)](https://app.circleci.com/pipelines/github/amejiarosario/dsa.js-data-structures-algorithms-javascript) [![NPM version](https://badge.fury.io/js/dsa.js.svg)](https://badge.fury.io/js/dsa.js) [![chat](https://dsajs-slackin.herokuapp.com/badge.svg)](https://dsajs-slackin.herokuapp.com) > This is the coding implementations of the [DSA.js book](https://books.adrianmejia.com/dsajs-data-structures-algorithms-javascript/) and the repo for the NPM package. diff --git a/package.json b/package.json index e785c8da..50562a55 100644 --- a/package.json +++ b/package.json @@ -109,10 +109,10 @@ {"type": "fix", "release": "patch"}, {"type": "feat", "release": "minor"}, {"type": "break", "release": "major"}, - {"emoji": ":bug:", "release": "patch"}, - {"emoji": ":pencil:", "release": "patch"}, - {"emoji": ":sparkles:", "release": "minor"}, - {"emoji": ":boom:", "release": "major"} + {"header": ":bug:*", "release": "patch"}, + {"header": ":pencil:*", "release": "patch"}, + {"header": ":sparkles:*", "release": "minor"}, + {"header": ":boom:*", "release": "major"} ], "parserOpts": { "noteKeywords": ["BREAKING CHANGE", "BREAKING CHANGES"]