You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 21, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: .verb.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,13 @@ For bugs reports and feature requests, [please create an issue][open-issue-url]
33
33
34
34
Project is [semantically](https://semver.org) & automatically released on [CircleCI][codecoverage-url] with [new-release][] and its [New Release](https://github.com/apps/new-release) GitHub App.
Copy file name to clipboardExpand all lines: README.md
+130Lines changed: 130 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,9 +33,20 @@ For bugs reports and feature requests, [please create an issue][open-issue-url]
33
33
34
34
Project is [semantically](https://semver.org) & automatically released on [CircleCI][codecoverage-url] with [new-release][] and its [New Release](https://github.com/apps/new-release) GitHub App.
An object with all mappers, such as `plugins` array, but named. This objects is like `{ increment, mentions }` where they are plugins that can be passed as second argument to `.parse`.
127
+
128
+
1. The `mappers.increment` adds `isBreaking` and `increment` properties
129
+
to the final returned "commit" object:
130
+
-`isBreaking` is `Boolean` that indicates if commit is containing `BREAKING CHANGE: ` or
131
+
the `type` of the commit is `break`, `breaking` or `major`
132
+
-`increment` is a `String` that can be `'patch'`, `'minor'` or `'major'`
133
+
2. The `mappers.mentions` adds `mentions` property to the end result object
134
+
-`mentions` is an array of objects like `{ handle: String, mention: String, index: Number }`,
Some of these projects are used here or were inspiration for this one, others are just related. So, thanks for your existance!
59
187
-[asia](https://www.npmjs.com/package/asia): Blazingly fast, magical and minimalist testing framework, for Today and Tomorrow | [homepage](https://github.com/olstenlarck/asia#readme"Blazingly fast, magical and minimalist testing framework, for Today and Tomorrow")
60
188
-[charlike](https://www.npmjs.com/package/charlike): Small, fast, simple and streaming project scaffolder for myself, but not… [more](https://github.com/tunnckoCore/charlike) | [homepage](https://github.com/tunnckoCore/charlike"Small, fast, simple and streaming project scaffolder for myself, but not only. Supports hundreds of template engines through the @JSTransformers API or if you want custom `render` function passed through options")
189
+
-[collect-mentions](https://www.npmjs.com/package/collect-mentions): Collect mentions from a given text string, using battle-tested `mentions-regex` package | [homepage](https://github.com/olstenlarck/collect-mentions"Collect mentions from a given text string, using battle-tested `mentions-regex` package")
61
190
-[gitcommit](https://www.npmjs.com/package/gitcommit): Lightweight and joyful `git commit` replacement. Conventional Commits compliant. | [homepage](https://github.com/tunnckoCore/gitcommit"Lightweight and joyful `git commit` replacement. Conventional Commits compliant.")
62
191
-[new-release](https://www.npmjs.com/package/new-release): A stable alternative to [semantic-release][]. Only handles NPM publishing and nothing… [more](https://github.com/tunnckoCore/new-release#readme) | [homepage](https://github.com/tunnckoCore/new-release#readme"A stable alternative to [semantic-release][]. Only handles NPM publishing and nothing more. For creating GitHub releases use the Semantic Release GitHub App")
63
192
-[xaxa](https://www.npmjs.com/package/xaxa): Zero-config linting, powered by few amazing unicorns, AirBnB & Prettier. | [homepage](https://github.com/olstenlarck/xaxa"Zero-config linting, powered by few amazing unicorns, AirBnB & Prettier.")
@@ -133,5 +262,6 @@ _This file was generated by [verb-generate-readme](https://github.com/verbose/ve
0 commit comments