feat: add title-remove for check-issue (#65)

* feat: add title-remove for check-issue

* add doc
This commit is contained in:
xrkffgg
2021-03-21 13:23:21 +08:00
committed by GitHub
parent 8abd4b29f8
commit a66760a95f
14 changed files with 149 additions and 108 deletions

View File

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