From d252a2c96037614f641880f633454db946309cc8 Mon Sep 17 00:00:00 2001 From: "Martin Studer, fluxlabs ag" Date: Sat, 2 Apr 2022 18:29:29 -0400 Subject: [PATCH] v0.0.2 --- .gitlab-ci.yml | 7 +++++++ CHANGELOG.md | 7 +++++++ composer.json | 16 +++++----------- 3 files changed, 19 insertions(+), 11 deletions(-) create mode 100644 .gitlab-ci.yml create mode 100644 CHANGELOG.md diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..bb3b170 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,7 @@ +flux-publish-utils: + stage: build + image: docker-registry.fluxpublisher.ch/flux-publish-utils:latest + script: + - "false" + only: + - main \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..6f46e02 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,7 @@ +# CHANGELOG + +## [0.0.2] +* added flux-publish-utils + +## [0.0.1] +* init \ No newline at end of file diff --git a/composer.json b/composer.json index 8dc4401..7d70f13 100644 --- a/composer.json +++ b/composer.json @@ -1,18 +1,12 @@ { "name": "flux-eco/json-schema-instance", - "description": "Component for flux-capacitor apps developed by fluxlabs", - "version": "0.0.1", + "description": "Makes a json schema instance for the transmitted values and schema", + "version": "0.0.2", "type": "flux-app", "keywords": [ - "flux-ecosystem", - "flux-capacitor", - "fluxlabs ag", - "microservice", - "event sourcing", - "cqrs", - "json schema", - "asyncapi", - "openapi" + "flux-eco", + "json-schema-instance", + "fluxlabs" ], "homepage": "https://fluxlabs.ch", "license": "GPL-3.0-only",