You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/getCommitsFiltered.js
+6-4
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,7 @@ const execa = require("execa");
4
4
const{ check, ValueError }=require("./blork");
5
5
constgetStream=require("get-stream");
6
6
constcleanPath=require("./cleanPath");
7
+
constdebug=require("debug")("msr:commitsFilter");
7
8
8
9
/**
9
10
* Retrieve the list of commits on the current branch since the commit sha associated with the last release, or all the commits of the current branch if there is no last released version.
0 commit comments