Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 56f25de789 | |||
| 1ff3650247 | |||
| 8265fa3a8d | |||
| 4335c35e5e |
@ -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"
|
||||||
|
|||||||
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:
|
||||||
|
|
||||||
|
|||||||
@ -6,10 +6,10 @@
|
|||||||
To initialize a git repositiory for version management and changelog generation use:
|
To initialize a git repositiory for version management and changelog generation use:
|
||||||
|
|
||||||
```
|
```
|
||||||
docker run -v "$(pwd):/conventi" registry.riba-interactive.de/conventi:lastest init
|
docker run -v "$(pwd):/conventi" registry.riba-interactive.de/conventi:latest init
|
||||||
```
|
```
|
||||||
|
|
||||||
For updating the version and changelog simply run:
|
For updating the version and changelog simply run:
|
||||||
```
|
```
|
||||||
docker run -v "$(pwd):/conventi" registry.riba-interactive.de/conventi:lastest
|
docker run -v "$(pwd):/conventi" registry.riba-interactive.de/conventi:latest
|
||||||
```
|
```
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user