From 928b33a229b4f3ccaf9c6524bc59d9c21ead9e43 Mon Sep 17 00:00:00 2001 From: louis Date: Fri, 25 Feb 2022 09:52:21 +0100 Subject: [PATCH] :construction_worker: Fix release and add Docker Images to Releas --- .github/release-drafter.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index d373a95..d6b7e03 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -17,10 +17,8 @@ template: | $CHANGES - **Full Changelog**: https://github.com/$OWNER/$REPOSITORY/compare/$PREVIOUS_TAG...v$RESOLVED_VERSION + **Full Changelog**: https://github.com/$OWNER/$REPOSITORY/compare/$PREVIOUS_TAG...$RESOLVED_VERSION ## Docker - - `docker pull systemli/prometheus-jitsi-meet-exporter:$MAJOR.$MINOR.$PATCH` - - `docker pull systemli/prometheus-jitsi-meet-exporter:$MAJOR.$MINOR` - - `docker pull systemli/prometheus-jitsi-meet-exporter:$MAJOR` + - `docker pull systemli/prometheus-jitsi-meet-exporter:$RESOLVED_VERSION`