Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sualko/cloud_piwik.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xREADME.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index d58df91..a673ce2 100755
--- a/README.md
+++ b/README.md
@@ -29,3 +29,9 @@ Track [Nextcloud](https://nextcloud.com) users with [Piwik/Matomo](https://matom
- Add <code>RewriteRule "^piwik/(.*)$" "http://piwik.tld/$1" [P]</code> to your <code>.htaccess</code>
- a2enmod proxy
- Add <code>ProxyPass /piwik/ http://piwik.tld/</code> to your apache VirtualHost section
+
+## Publishing a new version
+1. bump version in `package.json`
+2. `yarn release:build`
+3. `yarn release:sign`
+4. `yarn release:publish` \ No newline at end of file