An open API service indexing awesome lists of open source software.

https://github.com/github-changelog-generator/docker-github-changelog-generator

GitHub Changelog Generator in a Docker container!
https://github.com/github-changelog-generator/docker-github-changelog-generator

Last synced: 7 months ago
JSON representation

GitHub Changelog Generator in a Docker container!

Awesome Lists containing this project

README

          

# Dockerized Github Changelog Generator

![main workflow](https://github.com/github-changelog-generator/docker-github-changelog-generator/actions/workflows/main.yml/badge.svg)

This is an official containerization of [Github Changelog Generator](https://github.com/github-changelog-generator/github-changelog-generator).

For each Github Changelog Generator release, you will find the corresponding docker image tag.

## How to Run this Image

```shell
docker run -it --rm -v "$(pwd)":/usr/local/src/your-app githubchangeloggenerator/github-changelog-generator
```