grafana/toolkit: Extract CHANGELOG when building plugin (#28773)

pull/28776/head
Dominik Prokop 5 years ago committed by GitHub
parent 0490b32790
commit 651ab5677c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      packages/grafana-toolkit/src/config/webpack.plugin.config.ts

@ -97,6 +97,7 @@ const getCommonPlugins = (options: WebpackConfigurationOptions) => {
{ from: hasREADME ? 'README.md' : '../README.md', to: '.', force: true },
{ from: 'plugin.json', to: '.' },
{ from: '../LICENSE', to: '.' },
{ from: '../CHANGELOG.md', to: '.', force: true },
{ from: '**/*.json', to: '.' },
{ from: '**/*.svg', to: '.' },
{ from: '**/*.png', to: '.' },

Loading…
Cancel
Save