Drone plugins > Github-changelog-generator
Github-changelog-generator
by naorlivne
This plugin can be used to create a changelog file based on GitHub tags, it will not auto-push it into the repo but rather create a changelog file for you to upload into your desired location via other Drone plugins.
Example
kind: pipeline
type: docker
name: default
steps:
- name: create_changelog
image: naorlivne/drone-github-changelog-generator
settings:
github_user: naorlivne
github_project: drone-github-changelog-generator
output_path: CHANGELOG.md
Properties
github_user
stringrequiredGithub username
Default: none
github_project
stringrequiredGithub project name
Default: none
output_path
stringrequiredThe changelog file path to be created in the current working directory (repo root by default)
Default: CHANGELOG.md