mirror of
https://gitea.com/Lydanne/issues-helper.git
synced 2025-08-22 11:45:48 +08:00
feat: add title-remove for check-issue (#65)
* feat: add title-remove for check-issue * add doc
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user