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:
authorsualko <klaus@jsxc.org>2021-11-17 12:53:42 +0300
committersualko <klaus@jsxc.org>2021-11-17 12:53:42 +0300
commitd460b39f04a7c2d71ea1ea08d916403991b35a2f (patch)
tree2fe259489cca7fdf703570c638fd73291c10ced4
parent5bcd72b0b7095496ebba818c6305a5dd4ef06f68 (diff)
docs: add publish guide
-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