File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ public function archiveBuild($release = 'release') {
150
150
// update version in package.json
151
151
$ this ->sourceUpdatePackageJson ($ version );
152
152
if ($ release == 'release ' ) {
153
- $ this ->updateChangelog ();
153
+ // $this->updateChangelog();
154
154
}
155
155
156
156
$ diff = $ this ->gitDiff (['package.json ' ]);
@@ -193,11 +193,6 @@ public function archiveBuild($release = 'release') {
193
193
// Extract from the repo all files we want to have in the redistribuable archive
194
194
$ this ->_exec ("git archive --prefix= $ pluginName/ $ rev $ filesToArchive | tar x -C ' $ archiveWorkdir' " );
195
195
196
- // Add extra files to workdir
197
- $ success = copy (__DIR__ . '/data/font-awesome_9.5.php ' , "$ archiveWorkdir/ $ pluginName/data/font-awesome_9.5.php " );
198
- if (!$ success ) {
199
- throw new RuntimeException ("failed to generate Font Awesome resources " );
200
- }
201
196
// Copy SCSS
202
197
$ srcFile = __DIR__ . '/css_compiled/styles.min.css ' ;
203
198
$ dstFile = "$ archiveWorkdir/ $ pluginName/css_compiled/styles.min.css " ;
You can’t perform that action at this time.
0 commit comments