mirror of https://github.com/sualko/cloud_bbb
chore: include changelog in build
parent
8322d3b07f
commit
af0c769a8c
|
@ -115,6 +115,7 @@ function createArchive(appId, fileBaseName) {
|
||||||
addDirectory('templates');
|
addDirectory('templates');
|
||||||
addFile('COPYING');
|
addFile('COPYING');
|
||||||
addFile('README.md');
|
addFile('README.md');
|
||||||
|
addFile('CHANGELOG.md');
|
||||||
|
|
||||||
archive.glob('vendor/**/*', {
|
archive.glob('vendor/**/*', {
|
||||||
ignore: ['.git'],
|
ignore: ['.git'],
|
||||||
|
|
Loading…
Reference in New Issue