Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit f4d0670

Browse files
Merge pull request amejiarosario#53 from amejiarosario/chore/sematic-release
chore(semantic-release): fix matchers
2 parents a4b87e8 + 7279e5c commit f4d0670

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

‎README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Data Structures and Algorithms in JavaScript
44

5-
[![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)
5+
[![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)
66

77
> 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.
88

‎package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,10 @@
109109
{"type": "fix", "release": "patch"},
110110
{"type": "feat", "release": "minor"},
111111
{"type": "break", "release": "major"},
112-
{"emoji": ":bug:", "release": "patch"},
113-
{"emoji": ":pencil:", "release": "patch"},
114-
{"emoji": ":sparkles:", "release": "minor"},
115-
{"emoji": ":boom:", "release": "major"}
112+
{"header": ":bug:*", "release": "patch"},
113+
{"header": ":pencil:*", "release": "patch"},
114+
{"header": ":sparkles:*", "release": "minor"},
115+
{"header": ":boom:*", "release": "major"}
116116
],
117117
"parserOpts": {
118118
"noteKeywords": ["BREAKING CHANGE", "BREAKING CHANGES"]

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /