summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2023-04-11 18:02:20 -0100
committerGitHub <noreply@github.com>2023-04-11 18:02:20 -0100
commit0b553e21d599d5704ebe02f1a7a7ea2358b73bb0 (patch)
treea5562c63f93dee50c462ea77c152dab52f66027c /Makefile
parent3c93bf2141717682c21f22a669a1477d4b74fc02 (diff)
parentc3ea09041d2b1cc5f14193a312771ed2b6b20f9c (diff)
Merge pull request #1716 from nextcloud/release/0.6.0-rc1v0.6.0-rc1
0.6.0-rc1
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 082f08eb..b4e67d46 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@ package_name=$(app_name)
cert_dir=$(HOME)/.nextcloud/certificates
github_account=nextcloud
branch=master
-version+=0.6.0-beta6
+version+=0.6.0-rc1
all: dev-setup lint build-js-production composer
@@ -87,12 +87,15 @@ appstore: dev-setup lint build-js-production composer
--exclude=/docs \
--exclude=/translationfiles \
--exclude=/.tx \
+ --exclude=/.idea \
--exclude=/tests \
--exclude=.git \
--exclude=/.github \
--exclude=/.babelrc.js \
--exclude=/.drone.yml \
--exclude=/.eslintrc.js \
+ --exclude=/cypress.config.js \
+ --exclude=/stylelint.config.js \
--exclude=/composer.json \
--exclude=/composer.lock \
--exclude=/src \