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');
|
||||
addFile('COPYING');
|
||||
addFile('README.md');
|
||||
addFile('CHANGELOG.md');
|
||||
|
||||
archive.glob('vendor/**/*', {
|
||||
ignore: ['.git'],
|
||||
|
|
Loading…
Reference in New Issue