README.md in gitlab_awesome_release-0.1.2 vs README.md in gitlab_awesome_release-1.0.0
- old
+ new
@@ -41,11 +41,11 @@
### options
All options can be specified in both the command arguments and environment variables
* `--gitlab-api-endpoint` , `GITLAB_API_ENDPOINT` **(either one is required)**
- * GitLab API endpoint (e.g. `http://example.com/api/v3`)
+ * GitLab API endpoint (e.g. `http://example.com/api/v4`)
* `--gitlab-api-private-token` , `GITLAB_API_PRIVATE_TOKEN` **(either one is required)**
* Your private token. see [/profile/account](img/private_token.png)
* `--gitlab-project-name` , `GITLAB_PROJECT_NAME` **(either one is required)**
* Target project (e.g. `group/repo_name`)
* `--from-tag` , `FROM_TAG`
@@ -73,11 +73,11 @@
### options
All options can be specified in both the command arguments and environment variables
* `--gitlab-api-endpoint` , `GITLAB_API_ENDPOINT` **(either one is required)**
- * GitLab API endpoint (e.g. `http://example.com/api/v3`)
+ * GitLab API endpoint (e.g. `http://example.com/api/v4`)
* `--gitlab-api-private-token` , `GITLAB_API_PRIVATE_TOKEN` **(either one is required)**
* Your private token. see [/profile/account](img/private_token.png)
* `--gitlab-project-name` , `GITLAB_PROJECT_NAME` **(either one is required)**
* Target project (e.g. `group/repo_name`)
* `--filename` , `FILENAME`
@@ -101,11 +101,11 @@
### options
All options can be specified in both the command arguments and environment variables
* `--gitlab-api-endpoint` , `GITLAB_API_ENDPOINT` **(either one is required)**
- * GitLab API endpoint (e.g. `http://example.com/api/v3`)
+ * GitLab API endpoint (e.g. `http://example.com/api/v4`)
* `--gitlab-api-private-token` , `GITLAB_API_PRIVATE_TOKEN` **(either one is required)**
* Your private token. see [/profile/account](img/private_token.png)
* `--gitlab-project-name` , `GITLAB_PROJECT_NAME` **(either one is required)**
* Target project (e.g. `group/repo_name`)
* `--from-tag` , `FROM_TAG` **(either one is required)**
@@ -120,13 +120,13 @@
* default: `info`
## ProTip
Environment variables read from `~/.env.gitlab` and current `.env.gitlab`
-`~/.env.gitlab`
+`~/.env.gitlab`
```
-GITLAB_API_ENDPOINT=http://example.com/api/v3
+GITLAB_API_ENDPOINT=http://example.com/api/v4
GITLAB_API_PRIVATE_TOKEN=XXXXXXXXXXXXXXXXXXX
ALLOW_TAG_FORMAT=^v?[\d.]+
```
current `.env.gitlab`