Skip to content
Snippets Groups Projects
Commit 2e9583a0 authored by Moul's avatar Moul
Browse files

[doc] add developer guide which contains release process tutorial

parent 8254ca28
No related branches found
No related tags found
No related merge requests found
# Developer guide
### Releases
To do releases, there is a script which handle it for us.
All services included GitHub will automatically create a release.
#### Pre-releases
```bash
./release.sh pre 0.40.0a4
```
#### Stable releases
```bash
./release.sh rel 0.40.0
```
Releases are based on tags. This script will tag the commit.
So, you will have to push tags to trigger releases:
```bash
git push --tags
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment