From a22b3a44155697e48005869664533f23c5f52659 Mon Sep 17 00:00:00 2001 From: "Juan Picado @jotadeveloper" Date: Thu, 31 May 2018 10:32:46 +0200 Subject: [PATCH] docs: update beta to latest --- circle.yml | 8 -------- docs/auth.md | 2 +- docs/docker.md | 8 ++++---- docs/install.md | 13 ++----------- 4 files changed, 7 insertions(+), 24 deletions(-) diff --git a/circle.yml b/circle.yml index 549f33895..e50d12883 100644 --- a/circle.yml +++ b/circle.yml @@ -43,14 +43,6 @@ deployment: tag: /(v)?[0-9]+(\.[0-9]+)*/ commands: - ./scripts/publish.sh - alpha-release: - tag: /.*-alpha.*/ - commands: - - ./scripts/alpha-publish.sh - beta-release: - tag: /.*-beta.*/ - commands: - - ./scripts/beta-publish.sh general: branches: ignore: diff --git a/docs/auth.md b/docs/auth.md index 08856194c..d60c0d72e 100644 --- a/docs/auth.md +++ b/docs/auth.md @@ -37,7 +37,7 @@ As is described [on issue #212](https://github.com/verdaccio/verdaccio/issues/21 ## Default htpasswd -In order to simplify the setup, `verdaccio` use a plugin based on `htpasswd`. As of version v3.0.0-beta.x an [external plugin](https://github.com/verdaccio/verdaccio-htpasswd) +In order to simplify the setup, `verdaccio` use a plugin based on `htpasswd`. As of version v3.0.x an [external plugin](https://github.com/verdaccio/verdaccio-htpasswd) is used by default. The v2.x version of this package still contains the built-in version of this plugin. ```yaml diff --git a/docs/docker.md b/docs/docker.md index bdd8563c6..0b585a4d4 100644 --- a/docs/docker.md +++ b/docs/docker.md @@ -24,21 +24,21 @@ Since version `v2.x` you can pull docker images by [tag](https://hub.docker.com/ For a major version: ```bash -docker pull verdaccio/verdaccio:2 +docker pull verdaccio/verdaccio:3 ``` For a minor version: ```bash -docker pull verdaccio/verdaccio:2.1 +docker pull verdaccio/verdaccio:3.0 ``` For a specific (patch) version: ```bash -docker pull verdaccio/verdaccio:2.1.7 +docker pull verdaccio/verdaccio:3.0.1 ``` -For the next major release using the `beta` (`v.3.x`) version. +For the next major release using the `beta` (`master branch`)] version. ```bash docker pull verdaccio/verdaccio:beta diff --git a/docs/install.md b/docs/install.md index 125040452..8a195fb15 100644 --- a/docs/install.md +++ b/docs/install.md @@ -9,7 +9,7 @@ Verdaccio is a multiplatform web application. To install it, you need a few prer 1. Node higher than - For version `verdaccio@2.x` Node `v4.6.1` is the minimum supported version. - - For version `verdaccio@beta` Node `6.12.0` is the minimum supported version. + - For version `verdaccio@latest` Node `6.12.0` is the minimum supported version. 2. npm `>=3.x` or `yarn` 3. The web interface supports the `Chrome, Firefox, Edge, and IE9` browsers. @@ -30,15 +30,6 @@ yarn global add verdaccio ![install verdaccio](/svg/install_verdaccio.gif) -### Beta - -⚠️⚠️ **Help us to test the version 3.x in order to release a stable version soon. Remember, to do never test with your original storage folder, do always a backup** ⚠️⚠️ - -If you are an adventurous developer you can use and install the latest beta version, this is a non stable version, I'd recommend only use for testing purporses. - -```bash -$ npm install -g verdaccio@beta -``` ## Basic Usage @@ -47,7 +38,7 @@ Once it has been installed, you only need to execute the CLI command: ```bash $> verdaccio warn --- config file - /home/.config/verdaccio/config.yaml -warn --- http address - http://localhost:4873/ - verdaccio/2.7.4 +warn --- http address - http://localhost:4873/ - verdaccio/3.0.1 ``` ![](https://cdn-images-1.medium.com/max/720/1*jDHnZ7_68u5s1lFK2cygnA.gif)