another fix in readme
This commit is contained in:
parent
bb0c14b39f
commit
255ff55cee
16
readme.md
16
readme.md
@ -58,9 +58,9 @@ Gitlab CI scripts.
|
||||
### Without release info file:
|
||||
|
||||
gitlabreleaseuploader.py -p PRIVATE_TOKEN -i PROJECT_ID -u PROJECT_URL
|
||||
-f FILE_TO_BE_RELEASED -n RELEASE_NAME
|
||||
-t RELEASE_TAG -T RELEASE_TAG_TARGET -c
|
||||
-d RELEASE_DESCRIPTION -I INSTANCE_URL
|
||||
-f FILE_TO_BE_RELEASED -n RELEASE_NAME
|
||||
-t RELEASE_TAG -T RELEASE_TAG_TARGET -c
|
||||
-d RELEASE_DESCRIPTION -I INSTANCE_URL
|
||||
|
||||
|
||||
### With release info file:
|
||||
@ -68,16 +68,16 @@ Gitlab CI scripts.
|
||||
Release Info File:
|
||||
|
||||
{
|
||||
"releaseTag": "v1.5",
|
||||
"createReleaseTag": "true",
|
||||
"releaseName": "Sixth release of the uploader",
|
||||
"description": "Now with CI script and automatic release upload (he, eat your own dogfood)"
|
||||
"releaseTag": "v1.5",
|
||||
"createReleaseTag": "true",
|
||||
"releaseName": "Sixth release of the uploader",
|
||||
"description": "Now with CI script and automatic release upload (he, eat your own dogfood)"
|
||||
}
|
||||
|
||||
Command:
|
||||
|
||||
gitlabreleaseuploader.py -p PRIVATE_TOKEN -i PROJECT_ID -u PROJECT_URL
|
||||
-f FILE_TO_BE_RELEASED -F RELEASE_INFO_FILE
|
||||
-f FILE_TO_BE_RELEASED -F RELEASE_INFO_FILE
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user