|
1 | 1 | # Awesome CI |
2 | 2 |
|
3 | | -**Description**: This tool makes your workflow easier! With the help of [SemVer](https://semver.org/lang/) and naming conventions, a lot of time can be saved when creating a release. |
| 3 | +**Description**: This project is the smart connection between your pipeline for continuous integration and your version management like GitLab or GitHub. The focus is on the release process, followed by the version management of [SemVer](https://semver.org/). The required version number is created with the correct naming of the branch prefix. |
4 | 4 |
|
5 | 5 | - **Technology stack**: This tool is written in golang |
6 | 6 | - **Status**: Alpha, at release the [CHANGELOG](CHANGELOG.md) would be updated. |
7 | | -- **Requests**: Please feel free to open an question or feature request in the Issue Board. |
8 | | - |
9 | | -## Table of Contents |
10 | | - |
11 | | -- [Main features]() |
12 | | -- [Usage](#usage) |
13 | | -- [Documentation](https://eksrvb.github.io/awesome-ci/) |
14 | | -- [Known issues](#known-issues) |
15 | | -- [Getting help](#getting-help) |
16 | | -- [Open source licensing info](#open-source-licensing-info) |
17 | | -- [Credits and references](#credits-and-references) |
| 7 | +- **Requests and Issues**: Please feel free to open an question or feature request in the Issue Board. |
18 | 8 |
|
19 | 9 | ## Usage |
20 | 10 |
|
21 | | -to use this tool in your ci pipeline, [download](https://github.com/eksrvb/awesome-ci/releases/latest/download/awesome-ci) the most recently published release. How you can integrate this into your respective pipeline can be found in the following document. |
| 11 | +This project is the smart connection between your pipeline for continuous integration and your version management like GitLab or 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. |
22 | 12 |
|
| 13 | +You can use this tool in your CI pipeline or locally on your command line. Just [download](https://github.com/eksrvb/awesome-ci/releases/latest/download/awesome-ci) the most recently released version and get started. You can find out how to integrate this into your respective pipeline in the following document. There are also several examples in the [examples section](https://eksrvb.github.io/awesome-ci/docs/examples) of the documentation. If an example is not included, please feel free to inquire about a related [issue](https://github.com/eksrvb/awesome-ci/issues/new/choose). |
23 | 14 |
|
24 | | -## Documentation |
| 15 | +If more functionality is needed you can just open a problem in this project and of course bugs can be fixed in the same way by filing a [bug report](https://github.com/eksrvb/awesome-ci/issues/new/choose). |
25 | 16 |
|
26 | | -[See the manual](https://eksrvb.github.io/awesome-ci/) for setup and usage instructions. |
| 17 | +If you have any questions, you can find a form on the issue board. First, make sure your question is already in the [Questions and Answers](https://eksrvb.github.io/awesome-ci/docs/questions_and_answers) section before asking a question. You can find frequently asked questions there too. |
27 | 18 |
|
28 | | -## Known issues |
| 19 | +## Documentation |
29 | 20 |
|
30 | | -There are no known Issues yet. |
| 21 | +[See the manual](https://eksrvb.github.io/awesome-ci/) for setup, usage instructions and a lot more. (the documentation is still rising) |
31 | 22 |
|
32 | 23 | ## Getting help |
33 | 24 |
|
34 | 25 | If you have questions, concerns, bug reports, etc, please file an issue in this repository's Issue Tracker. |
| 26 | +You can find frequently asked questions directly in the "Questions and Answers" section. |
35 | 27 |
|
36 | 28 | ## Getting involved |
37 | 29 |
|
|
0 commit comments