https://github.com/taskana/taskana-release-script
https://github.com/taskana/taskana-release-script
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/taskana/taskana-release-script
- Owner: Taskana
- License: apache-2.0
- Created: 2020-02-01T14:08:59.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-09-16T12:26:25.000Z (over 4 years ago)
- Last Synced: 2025-06-21T12:36:07.909Z (7 months ago)
- Language: Shell
- Size: 20.5 KB
- Stars: 0
- Watchers: 7
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.