Skip to content

Commit

Permalink
chore: add sign plugin step
Browse files Browse the repository at this point in the history
  • Loading branch information
adityasingh-anyline committed Feb 12, 2024
1 parent 2791aef commit 870f436
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 9 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,3 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: grafana/plugin-actions/build-plugin@release
# Uncomment to enable plugin signing
# (For more info on how to generate the access policy token see https://grafana.com/developers/plugin-tools/publish-a-plugin/sign-a-plugin#generate-an-access-policy-token)
#with:
# Make sure to save the token in your repository secrets
#policy_token: $
# Usage of GRAFANA_API_KEY is deprecated, prefer `policy_token` option above
#grafana_token: $
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ All notable changes to the "Range Slider Panel" plugin will be documented in thi

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.1.2] - 2024-02-12
- Add sign plugin step in github workflow

## [1.1.1] - 2024-01-23
- Fix min and max threshold not being displayed
- Add screenshot to plugin.json
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": "my-first-plugin",
"version": "1.1.1",
"version": "1.1.2",
"description": "Ui for textbox input variable",
"scripts": {
"build": "webpack -c ./.config/webpack/webpack.config.ts --env production",
Expand Down
2 changes: 1 addition & 1 deletion src/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"path": "img/Anyline-Range-Slider.png"
}
],
"version": "1.1.1",
"version": "1.1.2",
"updated": "2024-01-23"
},
"dependencies": {
Expand Down

0 comments on commit 870f436

Please sign in to comment.