From 66c54efec79bb2b9686f307e68555bb22808effe Mon Sep 17 00:00:00 2001 From: "bencoe@google.com" Date: Sun, 15 May 2022 13:29:35 +0000 Subject: [PATCH] feat(deprecated): add deprecation message --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f924f6073..19e92dbb1 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Standard Version +> **`standard-version` is deprecated**. If you're a GitHub user, I recommend [release-please](https://github.com/googleapis/release-please) as an alternative. I encourage folks to fork this repository and, if a fork gets popular, I will link to it in this README. + A utility for versioning using [semver](https://semver.org/) and CHANGELOG generation powered by [Conventional Commits](https://conventionalcommits.org). ![ci](https://github.com/conventional-changelog/standard-version/workflows/ci/badge.svg)