We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 554e23c commit d789cc4Copy full SHA for d789cc4
1 file changed
README.md
@@ -5,3 +5,22 @@ Generate a changelog listing all merged requests since the last release of the r
5
## Do it online:
6
[](https://gitlab-release-notes.herokuapp.com/)
7
[](https://mybinder.org/v2/gh/vuillaut/GitlabReleaseNotesGenerator/HEAD?labpath=generate.ipynb)
8
+
9
10
+## Install and run locally
11
12
+To install:
13
+```
14
+pip install gitlab_release_notes
15
16
17
+Then run:
18
19
+gitlab-release-notes --help
20
21
22
+## Heroku
23
24
+Heroku is setup in the `heroku` branch.
25
+- make a new release of `gitlab_release_notes`
26
+- manually deploy from https://dashboard.heroku.com/apps/gitlab-release-notes/deploy/github choosing the heroku branch
0 commit comments