@@ -8,4 +8,4 @@ npm run test
|
||||
|
||||
## Conventional commits
|
||||
|
||||
Mergely is using [conventional commits](https://www.conventionalcommits.org/en/v1.0.0).
|
||||
Mergely is using [conventional commits](https://www.conventionalcommits.org/en/v1.0.0), and [standard-version](https://www.npmjs.com/package/standard-version).
|
||||
|
||||
@@ -4,6 +4,8 @@
|
||||
"build",
|
||||
"chore",
|
||||
"ci",
|
||||
"feat",
|
||||
"fix",
|
||||
"docs",
|
||||
"style",
|
||||
"refactor",
|
||||
|
||||
@@ -3,7 +3,7 @@ const DiffParser = require('./diff-parser');
|
||||
|
||||
function LCS(x, y, options) {
|
||||
function getPositionOfWords(text, options) {
|
||||
var exp = new RegExp(/\w+/g);
|
||||
var exp = new RegExp(/[^\s]/g);
|
||||
var map = {};
|
||||
var match;
|
||||
var item = 0;
|
||||
|
||||
Reference in New Issue
Block a user