We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9291af1 commit ff51a56Copy full SHA for ff51a56
README.md
@@ -4,9 +4,10 @@
4
5
This is an official containerization of [Github Changelog Generator](https://github.com/github-changelog-generator/github-changelog-generator).
6
7
-# How to Run this Image
+For each Github Changelog Generator release, you will find the corresponding docker image tag.
8
9
+## How to Run this Image
10
-```
11
-$ docker run -it --rm -v "$(pwd)":/usr/local/src/your-app ferrarimarco/github-changelog-generator
+```shell
12
+docker run -it --rm -v "$(pwd)":/usr/local/src/your-app ferrarimarco/github-changelog-generator
13
```
0 commit comments