Skip to content

GECO-IT/woodpecker-plugin-git-basic-changelog

Repository files navigation

Woodpecker CI - Git Basic Changelog Plugin

pipeline-status issues pulls release Open-in-Coder license pre-commit

Warning

Read-only source code mirror of Geco-iT Open Source projects.

Generate a CHANGELOG.md file with all commit logs since the last TAG

For plugin usage please take a look at docs.md

Build

Build the binary with the following commands:

# Linux image
$ docker buildx build -t gecoit84/woodpecker-git-basic-changelog-plugin .

# Windows image
$ docker build -f Dockerfile.Windows -t gecoit84/woodpecker-git-basic-changelog-plugin .

Supported architectures

The following architectures are supported by this image:

  • linux/amd64
  • linux/arm64
  • windows/amd64

License

Released under GPLv3+

Author Information

This plugin was created by Cyril DUCHENOY, CEO of Geco-iT SARL.

Generated changelog example

$ cat CHANGELOG.md
# What Changed

- test new woodpecker windows docker run - v0.153
- test new woodpecker windows docker run - v0.152
- test new woodpecker windows docker run - v0.151
...
_**Compare**_: [1.2411.4...1.2411.5](https://...)
  • Usage with plugin-release

changelog