lirantal / lockfile-lint

Lint an npm or yarn lockfile to analyze and detect security issues
Apache License 2.0
780 stars 35 forks source link

fix: missing git step on release with lerna #111

Closed juanpicado closed 3 years ago

juanpicado commented 3 years ago

Description

Solves

lerna ERR! Author identity unknown
lerna ERR! 
lerna ERR! *** Please tell me who you are.
lerna ERR! 
lerna ERR! Run
lerna ERR! 
lerna ERR!   git config --global user.email "you@example.com"
lerna ERR!   git config --global user.name "Your Name"

It might fails, I have the suspicion the publish still might fails afterwards, bit this helps.

Types of changes

Related Issue

Motivation and Context

How Has This Been Tested?

Screenshots (if appropriate):

Checklist:

codecov-commenter commented 3 years ago

Codecov Report

Merging #111 (c982161) into master (afd03af) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #111   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           11        11           
  Lines          262       262           
  Branches        50        50           
=========================================
  Hits           262       262           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update afd03af...c982161. Read the comment docs.

lirantal commented 3 years ago

Thanks!

juanpicado commented 3 years ago

It did fail again, I'll take care of it.