mirror of
https://github.com/grafana/grafana.git
synced 2024-11-23 09:26:43 -06:00
1.2 KiB
1.2 KiB
New Grafana Release Processes
Building release packages
- Update package.json so that it has the right version.
- Create a git tag for the release:
git tag -a v3.0.4 -m "3.0.4 release"
- Push branch & tag to github!
- Packages from master a built automatically by circle CI for this repo grafana/grafana-packer
Non master branch
When building from non master branch create a new branch in repo grafana/grafana-packer and configure circle.yml to deploy that branch as well, https://github.com/grafana/grafana-packer/blob/master/circle.yml#L25, you also need to update https://github.com/grafana/grafana-packer/blob/v3.1.x/deploy.sh#L7.
Windows build
Sign into ci.appveyor.com and the Grafana project's build history page. Builds for windows take a long time (around 20min) and fail quite often for random reasons so I usually continue with the release process without a windows build already built.
- Click on the green build that has the correct version and tag
- Click on
DEPLOYMENTS
- Click on
NEW DEPLOYMENT
- Select GrafanaBuildS3
- Select the build you want to deploy.
The deployment should be quick (just uploads the release zip file to S3)