Metadata-Version: 2.4
Name: gitlab_release_notes
Version: 0.2.3
Summary: Generate release notes for a gitlab project
Home-page: https://github.com/vuillaut/gitlab_release_notes
Author: vuillaut
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: python-gitlab>=3.0
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Dynamic: author
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: summary

# Gitlab Release Notes Generator

Generate a changelog listing all merged requests since the last release of the repository.

## Do it online: 
[![https://img.shields.io/badge/back4app-run-brightgreen](https://img.shields.io/badge/back4app-run-brightgreen)](https://gitlabreleasenotes-thomasvuillaume.b4a.run/)

## Alternative
If the back4app is down for any reason, you may try on mybinder:
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/vuillaut/GitlabReleaseNotesGenerator/HEAD?labpath=generate.ipynb)


## Install and run locally

To install: 
```
pip install gitlab_release_notes
```

Then run:
```
gitlab-release-notes --help
```

## Web App 

The webapp is currently running on back4app.

back4app is setup in the `back4app` branch.
- make a new release of `gitlab_release_notes`
- https://www.back4app.com/
