26 lines
3.3 KiB
Markdown
26 lines
3.3 KiB
Markdown
<p align="center">
|
|
<a href="https://odit.services" target="blank"><img src="https://odit.services/img/profile-pic-no_bg.webp" width="200" alt="ODIT Logo" /></a>
|
|
</p>
|
|
<h1 align="center">Drone Changelogger</h1>
|
|
|
|
 
|
|
|
|
|
|
Fun changlog and release generator.
|
|
Uses changelogen for changelog generation, is able to create gitea releases and publish the changelog via matrix
|
|
|
|
## Settings 🛠️
|
|
* `TODO:`: v
|
|
|
|
## Examples
|
|
|
|
```yaml
|
|
kind: pipeline
|
|
name: default
|
|
|
|
steps:
|
|
- name: publish
|
|
image: registry.odit.services/library/drone-changelogger
|
|
settings:
|
|
TODO:
|
|
``` |