-
Notifications
You must be signed in to change notification settings - Fork 1
/
lerna-debug.log
53 lines (53 loc) · 2.63 KB
/
lerna-debug.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
0 silly argv { _: [ 'version' ],
0 silly argv lernaVersion: '3.22.1',
0 silly argv '$0':
0 silly argv '/Users/isenbs/Documents/GitHub/ssdn/ssdn/node_modules/.bin/lerna',
0 silly argv bump: '1.1.4' }
1 notice cli v3.22.1
2 verbose rootPath /Users/isenbs/Documents/GitHub/ssdn/ssdn
3 info current version 1.1.3
4 silly isAnythingCommitted
5 verbose isAnythingCommitted 1
6 silly currentBranch
7 verbose currentBranch master
8 silly remoteBranchExists
9 silly isBehindUpstream
10 silly isBehindUpstream master is behind origin/master by 0 commit(s) and ahead by 0
11 silly hasTags
12 verbose hasTags true
13 silly git-describe.sync "v1.1.3-6-g4cea97b" => {"lastTagName":"v1.1.3","lastVersion":"v1.1.3","refCount":"6","sha":"4cea97b","isDirty":false}
14 info Looking for changed packages since v1.1.3
15 silly checking diff packages/admin
16 silly found diff in packages/admin/.eslintcache
16 silly found diff in packages/admin/tsconfig.json
17 verbose filtered diff [ 'packages/admin/.eslintcache',
17 verbose filtered diff 'packages/admin/tsconfig.json' ]
18 silly checking diff packages/cli
19 silly no diff found in ssdn-cli
20 silly checking diff packages/collection-agent
21 silly no diff found in ssdn-collection-agent
22 silly checking diff packages/core
23 silly no diff found in ssdn-core
24 verbose updated ssdn-admin
25 verbose git-describe undefined => "v1.1.3-6-g4cea97b"
26 silly git-describe parsed => {"lastTagName":"v1.1.3","lastVersion":"v1.1.3","refCount":"6","sha":"4cea97b","isDirty":false}
27 info execute Skipping releases
28 silly lifecycle No script for "preversion" in "ssdn", continuing
29 silly lifecycle No script for "preversion" in "ssdn-admin", continuing
30 silly lifecycle No script for "version" in "ssdn-admin", continuing
31 silly lifecycle No script for "version" in "ssdn", continuing
32 silly gitAdd [ 'packages/admin/package.json', 'lerna.json' ]
33 silly gitCommit v1.1.4
34 verbose git [ 'commit', '-m', 'v1.1.4' ]
35 silly gitTag v1.1.4
36 verbose git [ 'tag', 'v1.1.4', '-m', 'v1.1.4' ]
37 silly lifecycle No script for "postversion" in "ssdn-admin", continuing
38 silly lifecycle No script for "postversion" in "ssdn", continuing
39 info git Pushing tags...
40 silly gitPush origin master
41 error Error: Command failed: git push --follow-tags --no-verify --atomic origin master
41 error remote: Invalid username or password.
41 error fatal: Authentication failed for 'https://github.com/awslabs/ssdn.git/'
41 error
41 error at makeError (/Users/isenbs/Documents/GitHub/ssdn/ssdn/node_modules/execa/index.js:174:9)
41 error at Promise.all.then.arr (/Users/isenbs/Documents/GitHub/ssdn/ssdn/node_modules/execa/index.js:278:16)