Skip to content
This repository has been archived by the owner on Dec 11, 2020. It is now read-only.

Commit

Permalink
Releasing via release-it
Browse files Browse the repository at this point in the history
  • Loading branch information
davkal committed Nov 20, 2018
1 parent 23be70c commit 2924b8c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .release-it.json
@@ -0,0 +1,8 @@
{
"github": {
"release": true,
"assets": ["dist/*.zip"]
},
"buildCommand":
"npm run build; cd dist; zip -r influxdb-flux-datasource-${version}.zip *"
}
8 changes: 8 additions & 0 deletions README.md
Expand Up @@ -35,6 +35,14 @@ Getting started:

3. Clone this plugin into Grafana's `data/plugins` directory. Install the deps: `yarn install`, build the JS bundle `yarn dev`. Then load Grafana in your browser and add Flux as a new datasource with the URL `http://localhost:8086`.

## Releasing

This plugin uses [release-it](https://github.com/webpro/release-it) to release to GitHub.

```
env GITHUB_TOKEN=your_token yarn release-it patch
```

## Roadmap

* Alerting integration
Expand Down

0 comments on commit 2924b8c

Please sign in to comment.