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

https://github.com/taskana/taskana-release-script


https://github.com/taskana/taskana-release-script

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# taskana-release-script

This repo contains a release util script which helps detecting all tickets done between two commits / tags.

This script will
- print all ticket numbers (-XXX)
- generate release notes. Format [-XXX]:
- generate jira filter to see all tickets. This can be used to perform bulk operations with those tickets.

Usage: `./release.sh [tag|commit id]`

### Docker (& docker-compose)

In order to use the release script for windows there is a `start.bat` script.
- Its parameters are the same as those from `release.sh`.
- It will mount the current director and use it as git referece (Docker Desktop needs share permissions)
- After completion it will write `release.txt` containing all information.