feat(alerting): fixing failing typescript build

This commit is contained in:
Torkel Ödegaard
2016-08-16 10:09:07 +02:00
parent fe9d591b28
commit 65ce01fbff
4 changed files with 13 additions and 67 deletions

View File

@@ -0,0 +1,13 @@
# New Grafana Release Processes
## Building release packages
1) Update package.json so that it has the right version.
2) Packages from master a built automatically by circle CI for this repo [grafana/grafana-packer](https://github.com/grafana/grafana-packer)
### Non master branch
When building from non master branch create a new branch in repo [grafana/grafana-packer](https://github.com/grafana/grafana-packer)
and configure circle.yml to deploy that branch as well, https://github.com/grafana/grafana-packer/blob/master/circle.yml#L25