From 8438dd0ef7a49c9771ad489c4528ba60bf543684 Mon Sep 17 00:00:00 2001 From: Jeroen Claassens Date: Mon, 18 Apr 2022 15:43:43 +0200 Subject: [PATCH 1/2] docs(readme): add `@favware/cliff-jumper` package Honestly not entirely sure what the definition of a "similar project" is but I figured I'd give it a shot adding this as I recently finished it. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index a939da182d..a77f52e04c 100644 --- a/README.md +++ b/README.md @@ -1411,6 +1411,9 @@ All notable changes to this project will be documented in this file. - [relnotes](https://crates.io/crates/relnotes) - A tool to automatically generate release notes for your project. - [cocogitto](https://github.com/oknozor/cocogitto) - A set of CLI tools for the conventional commit and semver specifications. +- [@favware/cliff-jumper](https://github.com/favware/cliff-jumper) - A NodeJS CLI tool that combines git-cliff and + [conventional-recommended-bump](https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-recommended-bump) + to semantically bump a NodeJS package and generate a git-cliff powered changelog. ## License From 57c7e8dffa0ceebdf0355851dbaad233c7980a05 Mon Sep 17 00:00:00 2001 From: Jeroen Claassens Date: Mon, 18 Apr 2022 21:10:36 +0200 Subject: [PATCH 2/2] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Orhun Parmaksız --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a77f52e04c..a0f176d032 100644 --- a/README.md +++ b/README.md @@ -1411,7 +1411,7 @@ All notable changes to this project will be documented in this file. - [relnotes](https://crates.io/crates/relnotes) - A tool to automatically generate release notes for your project. - [cocogitto](https://github.com/oknozor/cocogitto) - A set of CLI tools for the conventional commit and semver specifications. -- [@favware/cliff-jumper](https://github.com/favware/cliff-jumper) - A NodeJS CLI tool that combines git-cliff and +- [cliff-jumper](https://github.com/favware/cliff-jumper) - A NodeJS CLI tool that combines git-cliff and [conventional-recommended-bump](https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-recommended-bump) to semantically bump a NodeJS package and generate a git-cliff powered changelog.