fix: duplicate labels set (#36)

* fix: duplicate labels set

* up version

* add labels

* add

* perf map

* fix set

* add info

* avoid setLabels

* change for

* refactor setLabels

* fix

* change info loca

* fix

* fix
This commit is contained in:
xrkffgg
2021-01-12 17:05:24 +08:00
committed by GitHub
parent 8e05706e43
commit 87bca14eb5
14 changed files with 213 additions and 154 deletions

View File

@@ -1,7 +1,7 @@
const { readFileSync, writeFileSync } = require('fs');
const last = /v1\.8/g;
const now = 'v1.9';
const last = /v1\.9/g;
const now = 'v1.10';
let readme = readFileSync('./README.md', 'utf-8');
readme = readme.replace(last, now);