From d5579f64174c037599bc2357df650a956459af67 Mon Sep 17 00:00:00 2001 From: Novikov Sergey Date: Mon, 25 Apr 2022 17:05:13 +0200 Subject: [PATCH] Minor CI update (#23) --- .github/release-drafter.yml | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index 2ee7c07..8493e4e 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -1,6 +1,6 @@ # Configuration for Release Drafter: https://github.com/toolmantim/release-drafter name-template: '$NEXT_MINOR_VERSION 🌈' -tag-template: '$NEXT_MINOR_VERSION' +tag-template: 'v$NEXT_MINOR_VERSION' categories: - title: '🚀 Features' labels: diff --git a/Makefile b/Makefile index 1b73ff0..baa3041 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ TF_MODULES = $(sort $(dir $(wildcard $(CURRENT_DIR)modules/*/))) # Container versions # ------------------------------------------------------------------------------------------------- TF_VERSION = 0.15.5 -TFDOCS_VERSION = 0.15.0-0.29 +TFDOCS_VERSION = 0.16.0-0.31 FL_VERSION = 0.4 JL_VERSION = 1.6.0-0.5