From 4be6547bdeec10cd85161b033e6ce9345f90747d 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 --- cumulus/.github/workflows/release-02_create-draft.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cumulus/.github/workflows/release-02_create-draft.yml b/cumulus/.github/workflows/release-02_create-draft.yml index cded2e1e5d..98dd541993 100644 --- a/cumulus/.github/workflows/release-02_create-draft.yml +++ b/cumulus/.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