Skip to content
Snippets Groups Projects
Commit 43e8cd2b authored by Philipp Stadler's avatar Philipp Stadler
Browse files

chore: bump version?

parent a2b56c4f
No related branches found
No related tags found
1 merge request!14chore: bump version?
Pipeline #14206 passed
...@@ -48,9 +48,6 @@ release-package-json-version-as-git-tag: ...@@ -48,9 +48,6 @@ release-package-json-version-as-git-tag:
- git tag | grep ^${NPM_VERSION}$ || exit_code=$? - git tag | grep ^${NPM_VERSION}$ || exit_code=$?
# || exit_code=$? is the recommended way to ignore a non-zero 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=$?) - 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 - if [ -z "$NPM_VERSION_GIT_TAG" ]; then
- echo adding git tag for first commit on main with NPM version ${NPM_VERSION} - echo adding git tag for first commit on main with NPM version ${NPM_VERSION}
- git remote remove origin - git remote remove origin
......
{ {
"name": "kartenaale-card-templates", "name": "kartenaale-card-templates",
"version": "4.0.1", "version": "4.0.2",
"description": "HTML and data for Anki cards", "description": "HTML and data for Anki cards",
"repository": "https://gitlab.phaidra.org/kartenaale/card-templates", "repository": "https://gitlab.phaidra.org/kartenaale/card-templates",
"author": "Philipp Stadler <hello@phstadler.com>", "author": "Philipp Stadler <hello@phstadler.com>",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment