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
_(TOC generated by [verb](https://github.com/verbose/verb) using [markdown-toc](https://github.com/jonschlinkert/markdown-toc))_
55
+
54
56
## Install
55
57
56
58
This project requires [**Node.js**](https://nodejs.org)**^8.11.0 || >=10.13.0**. Install it using
@@ -80,6 +82,8 @@ example usage. If all commit messages are of type that is not `patch|fix|minor|f
80
82
or containing `BREAKING CHANGE:` label (e.g. the `chore` type), then the
81
83
returned result won't have `nextVersion` and `increment` will be `false`.
82
84
85
+
ProTip: See [parse-commit-message types](https://github.com/tunnckoCoreLabs/parse-commit-message#type-definitions) documentation!
86
+
83
87
**Params**
84
88
-`name`**{string}** a package name which you looking to update
85
89
-`commits`**{string|}** directly passed to [recommended-bump][]
@@ -93,15 +97,13 @@ returned result won't have `nextVersion` and `increment` will be `false`.
Some of these projects are used here or were inspiration for this one, others are just related. So, thanks for your
148
-
existance!
149
-
-[@tunnckocore/config](https://www.npmjs.com/package/@tunnckocore/config): All the configs for all the tools, in one place | [homepage](https://github.com/tunnckoCoreLabs/config"All the configs for all the tools, in one place")
150
-
-[@tunnckocore/create-github-repo](https://www.npmjs.com/package/@tunnckocore/create-github-repo): Small and fast way to create GitHub repository! Provides API… [more](https://github.com/tunnckoCoreLabs/create-github-repo) | [homepage](https://github.com/tunnckoCoreLabs/create-github-repo"Small and fast way to create GitHub repository! Provides API and CLI")
151
-
-[@tunnckocore/create-project](https://www.npmjs.com/package/@tunnckocore/create-project): Create and scaffold a new project, its GitHub repository and… [more](https://github.com/tunnckoCoreLabs/create-project) | [homepage](https://github.com/tunnckoCoreLabs/create-project"Create and scaffold a new project, its GitHub repository and contents")
152
-
-[@tunnckocore/execa](https://www.npmjs.com/package/@tunnckocore/execa): Thin layer on top of [execa][] that allows executing multiple… [more](https://github.com/tunnckoCoreLabs/execa) | [homepage](https://github.com/tunnckoCoreLabs/execa"Thin layer on top of [execa][] that allows executing multiple commands in parallel or in sequence")
153
-
-[@tunnckocore/scripts](https://www.npmjs.com/package/@tunnckocore/scripts): Universal and minimalist scripts & tasks runner. | [homepage](https://github.com/tunnckoCoreLabs/scripts"Universal and minimalist scripts & tasks runner.")
154
-
-[@tunnckocore/update](https://www.npmjs.com/package/@tunnckocore/update): Update a repository with latest templates from `charlike`. | [homepage](https://github.com/tunnckoCoreLabs/update"Update a repository with latest templates from `charlike`.")
155
-
-[charlike](https://www.npmjs.com/package/charlike): Small & fast project scaffolder with sane defaults. Supports hundreds… [more](https://github.com/tunnckoCoreLabs/charlike) | [homepage](https://github.com/tunnckoCoreLabs/charlike"Small & fast project scaffolder with sane defaults. Supports hundreds of template engines through the @JSTransformers API or if you want custom `render` function passed through options")
156
-
-[execa](https://www.npmjs.com/package/execa): A better `child_process` | [homepage](https://github.com/sindresorhus/execa#readme"A better `child_process`")
149
+
Some of these projects are used here or were inspiration for this one, others are just related. So, thanks for your existance!
150
+
151
+
-[git-commits-since](https://www.npmjs.com/package/git-commits-since): Get all commits since given period of time or by… [more](https://github.com/tunnckoCoreLabs/git-commits-since) | [homepage](https://github.com/tunnckoCoreLabs/git-commits-since"Get all commits since given period of time or by default from latest git semver tag. Understands and follows both SemVer and the Conventional Commits specification.")
157
152
-[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.")
153
+
-[parse-commit-message](https://www.npmjs.com/package/parse-commit-message): Extensible parser for git commit messages following Conventional Commits Specification | [homepage](https://github.com/tunnckoCoreLabs/parse-commit-message"Extensible parser for git commit messages following Conventional Commits Specification")
158
154
-[recommended-bump](https://www.npmjs.com/package/recommended-bump): Calculates recommended bump (next semver version) based on given array… [more](https://github.com/tunnckoCoreLabs/recommended-bump) | [homepage](https://github.com/tunnckoCoreLabs/recommended-bump"Calculates recommended bump (next semver version) based on given array of commit messages following Conventional Commits specification")
159
155
160
156
**[back to top](#thetop)**
@@ -255,8 +251,7 @@ Released under the [Apache-2.0 License][license-url].
0 commit comments