Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kdablabs/ci-release-tools
Scripts related to making releases and GitHub actions
https://github.com/kdablabs/ci-release-tools
Last synced: about 8 hours ago
JSON representation
Scripts related to making releases and GitHub actions
- Host: GitHub
- URL: https://github.com/kdablabs/ci-release-tools
- Owner: KDABLabs
- License: mit
- Created: 2024-11-27T21:40:05.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2025-01-13T11:19:22.000Z (2 days ago)
- Last Synced: 2025-01-13T12:27:08.216Z (2 days ago)
- Language: Python
- Size: 81.1 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# ci-release-tools
Scripts related to making releases and GitHub actions.
## gh_utils.py
Scripts related to GitHub, for example:
### Get latest releases
```bash
./src/gh_utils.py --get-latest-release=KDAB/KDAlgorithms
```### Create a release
```bash
./src/create_release.py --repo KDAlgorithms --tag 1.4 --releasenotes 1.4_notes.txt
```