Skip to content

Commit

Permalink
Minor CI update (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
snovikov authored Apr 25, 2022
1 parent ad3039b commit d5579f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d5579f6

Please sign in to comment.