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" 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: