From ff52a9cdec1ed99a87369ef9d57a764f2eaa7d70 Mon Sep 17 00:00:00 2001 From: Daniel Rahamim Date: Thu, 15 Dec 2022 17:22:04 -0800 Subject: [PATCH] docs: update semantic changelog version to 6.0.0 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f82e9c9..e3b0d6d 100644 --- a/README.md +++ b/README.md @@ -155,7 +155,7 @@ steps: with: # You can specify specifying version range for the extra plugins if you prefer. extra_plugins: | - @semantic-release/changelog@3.0.0 + @semantic-release/changelog@6.0.0 @semantic-release/git env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}