From 478e28b2fadda59f05aeaf77a703bb9657b9178b Mon Sep 17 00:00:00 2001 From: "Martin Studer, fluxlabs ag" Date: Sat, 2 Apr 2022 18:30:14 -0400 Subject: [PATCH] v0.0.2 --- .gitlab-ci.yml | 7 +++++++ CHANGELOG.md | 7 +++++++ composer.json | 15 +++++---------- 3 files changed, 19 insertions(+), 10 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 1aac424..1f7919a 100644 --- a/composer.json +++ b/composer.json @@ -1,17 +1,12 @@ { "name": "flux-eco/json-schema-assertion", - "description": "Component for flux-capacitor apps developed by fluxlabs ag", - "version": "0.0.1", + "description": "Asserts values against a schema definition", + "version": "0.0.2", "type": "flux-app", "keywords": [ - "flux-ecosystem", - "flux-capacitor", - "fluxlabs ag", - "microservice", - "event sourcing", - "cqrs", - "json schema", - "asyncapi" + "flux-eco", + "json-schema-assertion", + "fluxlabs" ], "homepage": "https://fluxlabs.ch", "license": "GPL-3.0-only",