mirror of
https://gitea.com/Lydanne/issues-helper.git
synced 2025-08-19 18:25:58 +08:00
docs: up 2.3.1
This commit is contained in:
@@ -2,7 +2,7 @@ const { readFileSync, writeFileSync } = require('fs');
|
||||
|
||||
const { version } = JSON.parse(readFileSync('./package.json', 'utf-8'));
|
||||
|
||||
const last = /v2\.2\.1/g;
|
||||
const last = /v2\.3\.0/g;
|
||||
const now = `v${version}`;
|
||||
|
||||
let readme = readFileSync('./README.md', 'utf-8');
|
||||
|
Reference in New Issue
Block a user