From b65fb895bbe907a394c0b72ecf52c5f4e3b34350 Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Tue, 2 May 2023 18:31:56 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Set=20lunar=20as=20default=20build?= =?UTF-8?q?=20release?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 2 +- intellij-idea-community_2023.1.1/debian/changelog | 2 +- update-new-version.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ed2541c..6af1325 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -44,4 +44,4 @@ deploy-job: - if: $CI_COMMIT_TAG parallel: matrix: - - UBUNTU_VERSION: [trusty, xenial, bionic, focal, kinetic, jammy] + - UBUNTU_VERSION: [trusty, xenial, bionic, focal, kinetic, jammy, lunar] diff --git a/intellij-idea-community_2023.1.1/debian/changelog b/intellij-idea-community_2023.1.1/debian/changelog index 3180ae6..b0e75ed 100644 --- a/intellij-idea-community_2023.1.1/debian/changelog +++ b/intellij-idea-community_2023.1.1/debian/changelog @@ -1,4 +1,4 @@ -intellij-idea-community (2023.1.1-1) kinetic; urgency=medium +intellij-idea-community (2023.1.1-1) lunar; urgency=medium * Upstream version 2023.1.1 diff --git a/update-new-version.sh b/update-new-version.sh index 623c1ca..267169b 100755 --- a/update-new-version.sh +++ b/update-new-version.sh @@ -12,7 +12,7 @@ if [[ $? != 0 ]]; then fi PACKAGE="intellij-idea-community" -DISTRIBUTION="kinetic" +DISTRIBUTION="lunar" last_tag=$(git describe --abbrev=0 --tags) old="${last_tag#?}"