This is an automated email from the ASF dual-hosted git repository.
poorejc pushed a commit to branch FLAGON-344
in repository https://gitbox.apache.org/repos/asf/incubator-flagon.git
The following commit(s) were added to refs/heads/FLAGON-344 by this push:
new ee34d93 [FLAGON-411] Release scripts now package webextension (and
entire build dir), not just useralejs scripts
ee34d93 is described below
commit ee34d933ed85ec544cb455ec13f21183145fe11a
Author: poorejc <[email protected]>
AuthorDate: Thu Jun 20 21:10:21 2019 -0400
[FLAGON-411] Release scripts now package webextension (and entire build
dir), not just useralejs scripts
---
release/make-release-artifacts.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/release/make-release-artifacts.sh
b/release/make-release-artifacts.sh
index c5dde65..8bf5732 100755
--- a/release/make-release-artifacts.sh
+++ b/release/make-release-artifacts.sh
@@ -195,10 +195,10 @@ set +x
echo "Make artifacts"
set -x
-# copy js and min version of userale.js
+# copy js, min version of userale.js, and webExt files
mkdir ${bin_staging_dir}/${release_name}-bin
-cp ${src_staging_dir}/build/userale-*.js ${bin_staging_dir}/${release_name}-bin
+cp -R ${src_staging_dir}/build/* ${bin_staging_dir}/${release_name}-bin
# copy in the LICENSE, README and NOTICE
cp ${src_staging_dir}/README.md ${bin_staging_dir}/${release_name}-bin