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#?}"