Select Git revision
developer-guide.md
Moul authored
developer-guide.md 414 B
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
./release.sh pre 0.40.0a4
Stable releases
./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:
git push --tags