From 43e8cd2bafb42373866be7cad4de707f19a2cd78 Mon Sep 17 00:00:00 2001 From: Philipp Stadler <hello@phstadler.com> Date: Wed, 24 Jul 2024 18:54:29 +0200 Subject: [PATCH] chore: bump version? --- .gitlab-ci.yml | 3 --- package.json | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a996af2..27aae9a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -48,9 +48,6 @@ release-package-json-version-as-git-tag: - git tag | grep ^${NPM_VERSION}$ || exit_code=$? # || exit_code=$? is the recommended way to ignore a non-zero exit code - NPM_VERSION_GIT_TAG=$(git tag | grep ^${NPM_VERSION}$ || exit_code=$?) - - echo $NPM_VERSION - - echo $NPM_VERSION_GIT_TAG - - echo $ - if [ -z "$NPM_VERSION_GIT_TAG" ]; then - echo adding git tag for first commit on main with NPM version ${NPM_VERSION} - git remote remove origin diff --git a/package.json b/package.json index 90948e4..62b60c1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kartenaale-card-templates", - "version": "4.0.1", + "version": "4.0.2", "description": "HTML and data for Anki cards", "repository": "https://gitlab.phaidra.org/kartenaale/card-templates", "author": "Philipp Stadler <hello@phstadler.com>", -- GitLab