From 4335c35e5ebf11f97fc177d4132310e5c235f158 Mon Sep 17 00:00:00 2001 From: Rick Barenthin Date: Mon, 25 Jul 2022 20:57:01 +0000 Subject: [PATCH 1/3] version and changelog update [CI SKIP] --- .version.json | 4 ++-- CHANGELOG.md | 16 ++++++++++++++++ 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/.version.json b/.version.json index a866383..7261ec1 100644 --- a/.version.json +++ b/.version.json @@ -1,5 +1,5 @@ { - "version": "0.0.0", - "sha": "", + "version": "0.1.0", + "sha": "7f1d1ff", "url": "https://git.riba-interactive.de/rick/conventi" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f7ecd09..2a65f52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,3 +6,19 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ---- +## [0.1.0](https://git.riba-interactive.de/rick/conventi/compare/031d3b7...7f1d1ff) (2022-07-25) + + +### Features 📦 + +* initial version of separate docker image ([f651309](https://git.riba-interactive.de/rick/conventi/commit/f651309)) + + +### Build System 🏗 + +* update pipeline conventi to latest ([91f95fd](https://git.riba-interactive.de/rick/conventi/commit/91f95fd)) + + +### Chores 🧽 + +* add to the README simple usage instructions ([c77d96a](https://git.riba-interactive.de/rick/conventi/commit/c77d96a)) From 8265fa3a8d75bab1399b852d7bfe32c18e7c9d79 Mon Sep 17 00:00:00 2001 From: Rick Barenthin Date: Mon, 25 Jul 2022 23:04:38 +0200 Subject: [PATCH 2/3] build: pin conventi version to last release Reviewed-on: https://git.riba-interactive.de/rick/conventi/pulls/9 PR #9 --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 011e018..06d39ba 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,7 +9,7 @@ steps: commands: - git fetch --tags - name: Update version and changelog - image: registry.riba-interactive.de/conventi:latest + image: registry.riba-interactive.de/conventi:0.1.0 - name: Commit changelog updates image: alpine/git commands: @@ -17,7 +17,7 @@ steps: - git commit -m "version and changelog update [CI SKIP]" - git push origin $DRONE_TARGET_BRANCH - name: Tag commit - image: registry.riba-interactive.de/conventi:latest + image: registry.riba-interactive.de/conventi:0.1.0 commands: - export VERSION=$(conventi.sh get_version) - git tag -am "Tagging new version $VERSION" "$VERSION" From 1ff365024716773dce6caf52b53c590da0525175 Mon Sep 17 00:00:00 2001 From: Rick Barenthin Date: Sat, 30 Jul 2022 10:27:48 +0200 Subject: [PATCH 3/3] chore(license): update the license file Reviewed-on: https://git.riba-interactive.de/rick/conventi/pulls/10 PR #10 --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 0b6807b..17aef81 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2022 riba-interactiv.de. All Rights Reserved. +Copyright (c) 2022 Rick Barenthin. All Rights Reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: