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

This commit is contained in:
Dominik Prokop
2020-11-03 11:13:10 +01:00
committed by GitHub
parent 0490b32790
commit 651ab5677c
@@ -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: '.' },