Version 0.1.2

This commit is contained in:
jem 2021-03-17 15:45:15 +01:00
parent 8ad4b1f159
commit 9fb9cb13f3
3 changed files with 5 additions and 5 deletions

View file

@ -95,9 +95,9 @@ release:
# Caution, as of 2021-02-02 these assets links require a login, see:
# https://gitlab.com/gitlab-org/gitlab/-/issues/299384
image: registry.gitlab.com/gitlab-org/release-cli:latest
stage: first
# rules:
# - if: '$CI_COMMIT_TAG != null'
stage: upload
rules:
- if: '$CI_COMMIT_TAG != null'
variables:
CI_COMMIT_TAG: "0.1.1"
PACKAGE_REGISTRY_URL: "${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/generic"

View file

@ -2,7 +2,7 @@
"name": "k8s-mastodon-bot",
"description": "Generate k8s yaml for a mastodon-bot deployment.",
"author": "meissa GmbH",
"version": "0.1.2-SNAPSHOT",
"version": "0.1.2",
"homepage": "https://gitlab.com/domaindrivenarchitecture/k8s-mastodon-bot#readme",
"repository": "https://www.npmjs.com/package/k8s-mastodon-bot",
"license": "APACHE2",

View file

@ -1,4 +1,4 @@
(defproject dda/k8s-mastodon-bot "0.1.2-SNAPSHOT"
(defproject dda/k8s-mastodon-bot "0.1.2"
:description "common utils for dda config"
:url "https://www.domaindrivenarchitecture.org"
:license {:name "Apache License, Version 2.0"