Description: relctl is the smart connection between your pipeline for continuous integration and GitHub. The focus is on the release process, followed by the version management of SemVer. The required version number is created with the correct naming of the branch prefix.
- Technology stack: This tool is written in golang
- Status: Stable.
- Requests and Issues: Please feel free to open an question or feature request in the Issue Board.
- Supported environments:
- GitHub & GitHub Enterprise
- GitHub actions
- Jenkins Pipelines
- Sweet Spot: If you use GitHub or GitHub Enterprise and GitHub Actions, you can use relctl to its full potential!
You can use this tool in your CI pipeline or locally on your command line. Just download the most recently released version and get started.
To integrate relctl into your pipeline, follow these steps:
- Utilize the github action layer87-labs/relctl-action to install relctl.
- Configure your pipeline to use relctl.
- Use the any command to interact with relctl.
You can find more information on how to integrate relctl into your pipeline in the manual.
You can find several examples of how to use relctl in the examples section of the documentation.
You can find frequently asked questions in the Questions and Answers section of the documentation.
If you have questions, concerns, or bug reports, please file an issue in this repository's Issue Tracker.
relctl is licensed under the Apache License, Version 2.0. You can find the license file here.