From a832015b2b4d58cf89243e5a7b050687410bddba Mon Sep 17 00:00:00 2001 From: Stefanos Hadjipetrou Date: Fri, 19 May 2023 13:15:54 +0300 Subject: [PATCH] chore: add version to release notes generator --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e36518f9c..32a387a61 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -35,7 +35,7 @@ jobs: ] extra_plugins: | "@semantic-release/commit-analyzer" - "@semantic-release/release-notes-generator" + "@semantic-release/release-notes-generator@10.0.3" "@semantic-release/github" env: GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}