Skip to content

Commit

Permalink
Release 0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
ryantxu committed Dec 19, 2018
1 parent 5082467 commit f2c7e64
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
8 changes: 3 additions & 5 deletions dist/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,25 +26,23 @@ yarn install
yarn build
```

## Releasing
### 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
```

G

#### Roadmap
### Roadmap

- TODO: full annotation support
- TODO: better documentation
- release v1.0

#### Changelog

##### v0.0.10
##### v0.0.9

- Remove `dist` from master
- Use webpack build
Expand Down
2 changes: 1 addition & 1 deletion dist/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
{ "name": "Options", "path": "img/screenshot-options-1.png" },
{ "name": "Legend", "path": "img/screenshot-options-2.png" }
],
"version": "0.0.10",
"version": "0.0.9",
"updated": "2018-12-19"
},

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "natel-discrete-panel",
"version": "0.0.8",
"version": "0.0.9",
"description": "Discrete Events in Grafana",
"scripts": {
"build": "webpack --config webpack.config.prod.js",
Expand Down

0 comments on commit f2c7e64

Please sign in to comment.