File tree Expand file tree Collapse file tree 5 files changed +20
-20
lines changed Expand file tree Collapse file tree 5 files changed +20
-20
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ Once a draft set of release notes has been created, it is possible to add additi
4
4
5
5
## ** Required Parameters**
6
6
7
- * ` -u, --username ` : The username to access GitHub with.
8
- * ` -p, --password ` : The password to access GitHub with.
9
- * ` --token ` : The access token to access GitHub with.
7
+ * ` -u, --username ` : The username to access GitHub with. This can't be used when using the token parameter.
8
+ * ` -p, --password ` : The password to access GitHub with. This can't be used when using the token parameter.
9
+ * ` --token ` : The access token to access GitHub with. This can't be used when using the username and password parameters.
10
10
* ` -o, --owner ` : The owner of the repository.
11
11
* ` -r, --repository ` : The name of the repository.
12
12
* ` -t, --tagName ` : The name of the release (Typically this is the generated SemVer Version Number).
@@ -29,4 +29,4 @@ gitreleasemanager.exe addasset -t 0.1.0 -u bob -p password -o repoOwner -r repo
29
29
gitreleasemanager.exe create --tagName 0.1.0 --username bob --password password --owner repoOwner --repository repo --assets c:\b uildartifacts\s etup.exe,c:\b uildartifacts\s etup.nupkg
30
30
31
31
gitreleasemanager.exe create --tagName 0.1.0 --token fsdfsf67657sdf5s7d5f --owner repoOwner --repository repo --assets c:\b uildartifacts\s etup.exe,c:\b uildartifacts\s etup.nupkg
32
- ```
32
+ ```
Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ Out of the box, publishing a release on GitHub does not close the milestone asso
4
4
5
5
## ** Required Parameters**
6
6
7
- * ` -u, --username ` : The username to access GitHub with.
8
- * ` -p, --password ` : The password to access GitHub with.
9
- * ` --token ` : The access token to access GitHub with.
7
+ * ` -u, --username ` : The username to access GitHub with. This can't be used when using the token parameter.
8
+ * ` -p, --password ` : The password to access GitHub with. This can't be used when using the token parameter.
9
+ * ` --token ` : The access token to access GitHub with. This can't be used when using the username and password parameters.
10
10
* ` -o, --owner ` : The owner of the repository.
11
11
* ` -r, --repository ` : The name of the repository.
12
12
* ` -m, --milestone ` : The milestone to use.
@@ -28,4 +28,4 @@ gitreleasemanager.exe close -m 0.1.0 -u bob -p password -o repoOwner -r repo
28
28
gitreleasemanager.exe close --milestone 0.1.0 --username bob --password password --owner repoOwner --repository repo
29
29
30
30
gitreleasemanager.exe close --milestone 0.1.0 --token fsdfsf67657sdf5s7d5f --owner repoOwner --repository repo
31
- ```
31
+ ```
Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ There are two modes of operation when creating a Release. GitReleaseManager can
6
6
7
7
## ** Required Parameters**
8
8
9
- * ` -u, --username ` : The username to access GitHub with.
10
- * ` -p, --password ` : The password to access GitHub with.
11
- * ` --token ` : The access token to access GitHub with.
9
+ * ` -u, --username ` : The username to access GitHub with. This can't be used when using the token parameter.
10
+ * ` -p, --password ` : The password to access GitHub with. This can't be used when using the token parameter.
11
+ * ` --token ` : The access token to access GitHub with. This can't be used when using the username and password parameters.
12
12
* ` -o, --owner ` : The owner of the repository.
13
13
* ` -r, --repository ` : The name of the repository.
14
14
@@ -47,4 +47,4 @@ gitreleasemanager.exe create -i c:\temp\releasenotes.md -n 0.1.0 -u bob -p passw
47
47
gitreleasemanager.exe create --inputFilePath c:\t emp\r eleasenotes.md --name 0.1.0 --username bob --password password --owner repoOwner --repository repo
48
48
49
49
gitreleasemanager.exe create --inputFilePath c:\t emp\r eleasenotes.md --name 0.1.0 --token fsdfsf67657sdf5s7d5f --owner repoOwner --repository repo
50
- ```
50
+ ```
Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ There are two modes of operation when exporting Release Notes. GitReleaseManager
6
6
7
7
## ** Required Parameters**
8
8
9
- * ` -u, --username ` : The username to access GitHub with.
10
- * ` -p, --password ` : The password to access GitHub with.
11
- * ` --token ` : The access token to access GitHub with.
9
+ * ` -u, --username ` : The username to access GitHub with. This can't be used when using the token parameter.
10
+ * ` -p, --password ` : The password to access GitHub with. This can't be used when using the token parameter.
11
+ * ` --token ` : The access token to access GitHub with. This can't be used when using the username and password parameters.
12
12
* ` -o, --owner ` : The owner of the repository.
13
13
* ` -r, --repository ` : The name of the repository.
14
14
* ` -f, --fileOutputPath ` : Path to the file export releases.
@@ -33,4 +33,4 @@ gitreleasemanager.exe export -u bob -p password -o repoOwner -r repo -f c:\temp\
33
33
gitreleasemanager.exe export --username bob --password password --owner repoOwner --repository repo --fileOutputPath c:\t emp\r eleases.md
34
34
35
35
gitreleasemanager.exe export --token fsdfsf67657sdf5s7d5f --owner repoOwner --repository repo --fileOutputPath c:\t emp\r eleases.md
36
- ```
36
+ ```
Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ While it would be possible to automatically publish a set of release notes in a
4
4
5
5
## ** Required Parameters**
6
6
7
- * ` -u, --username ` : The username to access GitHub with.
8
- * ` -p, --password ` : The password to access GitHub with.
9
- * ` --token ` : The access token to access GitHub with.
7
+ * ` -u, --username ` : The username to access GitHub with. This can't be used when using the token parameter.
8
+ * ` -p, --password ` : The password to access GitHub with. This can't be used when using the token parameter.
9
+ * ` --token ` : The access token to access GitHub with. This can't be used when using the username and password parameters.
10
10
* ` -o, --owner ` : The owner of the repository.
11
11
* ` -r, --repository ` : The name of the repository.
12
12
* ` -t, --tagName ` : The name of the release (Typically this is the generated SemVer Version Number).
@@ -28,4 +28,4 @@ gitreleasemanager.exe publish -t 0.1.0 -u bob -p password -o repoOwner -r repo
28
28
gitreleasemanager.exe publish --tagName 0.1.0 --username bob --password password --owner repoOwner --repository repo
29
29
30
30
gitreleasemanager.exe publish --tagName 0.1.0 --token fsdfsf67657sdf5s7d5f --owner repoOwner --repository repo
31
- ```
31
+ ```
You can’t perform that action at this time.
0 commit comments