From e0264b3dba51350a25a3e3c1a869db9c85466f75 Mon Sep 17 00:00:00 2001 From: Chevdor Date: Thu, 20 Jan 2022 11:39:15 +0100 Subject: [PATCH] Pin the changelogerator version (#898) ref #851 --- .github/workflows/release-02_create-draft.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-02_create-draft.yml b/.github/workflows/release-02_create-draft.yml index cded2e1e5d..98dd541993 100644 --- a/.github/workflows/release-02_create-draft.yml +++ b/.github/workflows/release-02_create-draft.yml @@ -100,7 +100,7 @@ jobs: - name: Prepare tooling run: | cd cumulus/scripts/changelog - gem install bundler changelogerator + gem install bundler changelogerator:0.9.1 bundle install changelogerator --help