chore: create new release #12
@ -9,7 +9,7 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- git fetch --tags
|
- git fetch --tags
|
||||||
- name: Update version and changelog
|
- 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
|
- name: Commit changelog updates
|
||||||
image: alpine/git
|
image: alpine/git
|
||||||
commands:
|
commands:
|
||||||
@ -17,7 +17,7 @@ steps:
|
|||||||
- git commit -m "version and changelog update [CI SKIP]"
|
- git commit -m "version and changelog update [CI SKIP]"
|
||||||
- git push origin $DRONE_TARGET_BRANCH
|
- git push origin $DRONE_TARGET_BRANCH
|
||||||
- name: Tag commit
|
- name: Tag commit
|
||||||
image: registry.riba-interactive.de/conventi:latest
|
image: registry.riba-interactive.de/conventi:0.1.0
|
||||||
commands:
|
commands:
|
||||||
- export VERSION=$(conventi.sh get_version)
|
- export VERSION=$(conventi.sh get_version)
|
||||||
- git tag -am "Tagging new version $VERSION" "$VERSION"
|
- git tag -am "Tagging new version $VERSION" "$VERSION"
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"version": "0.0.0",
|
"version": "0.1.0",
|
||||||
"sha": "",
|
"sha": "7f1d1ff",
|
||||||
"url": "https://git.riba-interactive.de/rick/conventi"
|
"url": "https://git.riba-interactive.de/rick/conventi"
|
||||||
}
|
}
|
||||||
|
|||||||
16
CHANGELOG.md
16
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))
|
||||||
|
|||||||
2
LICENSE
2
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:
|
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user