File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- ### The ` setup ` comman will not attempt to login using user/password
1
+ ### The ` setup ` command will not attempt to login using user/password
2
2
3
- GitHub stopped supporting login using user/password with the API, so trying to
3
+ GitHub stopped supporting logins using user/password with the API, so trying to
4
4
do so in the ` setup ` command is doomed to fail. Because of this, support for
5
5
generating a Personal Access Token (PAT) for the user is now removed. Instead
6
- the user has to create their own PAT manually and passing it to the ` setup `
6
+ the user has to create their own PAT manually and pass it to the ` setup `
7
7
command instead.
8
8
9
9
In particular the ` setup ` command removed the ` --password ` option and added
10
- a ` --oauthtoken ` option instead, and when not specified, it will ask the user
10
+ the ` --oauthtoken ` option instead, and when not specified, it will ask the user
11
11
to create one (with some hints on how to do so).
12
12
13
- ** NOTE:** This would normally be a breaking change deserving a new major, but
13
+ ** NOTE:** This would normally be a breaking change deserving a new major release , but
14
14
since the tool was * externally* broken, there is no way to fix it without
15
15
breaking changes and previous versions will be ** all broken** , so it doesn't
16
16
make sense to make a major release for this change.
You can’t perform that action at this time.
0 commit comments