Skip to content

Commit

Permalink
docs: change recommended high-level library (#1204)
Browse files Browse the repository at this point in the history
Recommend commit-and-tag-version, because standard-version, which has
been deprecated, recommends it.

Co-authored-by: Dan Onoshko <danon0404@gmail.com>
  • Loading branch information
geoffreyvanwyk and dangreen committed Feb 23, 2024
1 parent f110ca0 commit 43c4de3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ found in [packages/conventional-changelog](https://github.com/conventional-chang

## Getting started

It's recommended you use the high level [standard-version](https://github.com/conventional-changelog/standard-version) library, which is a drop-in replacement for npm's `version` command, handling automated version bumping, tagging and CHANGELOG generation.
It's recommended you use the high level [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) library, which is a drop-in replacement for npm's `version` command, handling automated version bumping, tagging and CHANGELOG generation.

Alternatively, if you'd like to move towards completely automating your release process as an output from CI/CD, consider using [semantic-release](https://github.com/semantic-release/semantic-release).

Expand Down

0 comments on commit 43c4de3

Please sign in to comment.