mirror of
https://gitea.com/Lydanne/issues-helper.git
synced 2025-08-20 02:35:58 +08:00
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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user