https://github.com/offa/release-tool
Tool to create project releases.
https://github.com/offa/release-tool
project release release-automation release-management
Last synced: about 1 month ago
JSON representation
Tool to create project releases.
- Host: GitHub
- URL: https://github.com/offa/release-tool
- Owner: offa
- License: gpl-3.0
- Created: 2019-03-05T19:20:32.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-05-05T15:54:09.000Z (about 1 year ago)
- Last Synced: 2025-05-05T16:53:01.116Z (about 1 year ago)
- Topics: project, release, release-automation, release-management
- Language: Python
- Homepage:
- Size: 196 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# Release Tool
[](https://github.com/offa/release-tool/actions)
[](https://github.com/offa/release-tool/releases)
[](LICENSE)

Tool to create project releases of CMake based projects.
1. Check for uncommitted files
1. Update version info
1. Update Repository
1. Commit version change
1. Tag new version
1. *(Optional)* Set next version
## Usage
Use `releasetool --help` for a full list.
```bash
# Create a release 1.2.3 of the project in the current directory
releasetool -r 1.2.3
# Create a release 4.5.6 of the project in example/project directory
releasetool -r 4.5.6 example/project
```