mirror of
https://github.com/daffy0208/ai-dev-standards.git
synced 2026-09-14 20:49:49 +08:00
Update README date and fix bump-version script to auto-update date
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
[](https://www.typescriptlang.org/)
|
||||
[](https://nodejs.org/)
|
||||
|
||||
**Version 3.0.0** | **Last Updated:** 2025-10-30
|
||||
**Version 3.0.0** | **Last Updated:** 2025-11-05
|
||||
|
||||
238 resources for AI-assisted development. One command. Any project. This repository provides specialized skills, executable tools, reusable components, and pre-configured integrations that Claude automatically uses to deliver higher quality, more consistent results.
|
||||
|
||||
|
||||
@@ -72,6 +72,12 @@ readme = readme.replace(
|
||||
`**Version ${newVersion}**`
|
||||
);
|
||||
|
||||
// Update "Last Updated" date in header
|
||||
readme = readme.replace(
|
||||
/\*\*Last Updated:\*\* \d{4}-\d{2}-\d{2}/,
|
||||
`**Last Updated:** ${date}`
|
||||
);
|
||||
|
||||
// Update "Current Version" in Versioning section
|
||||
readme = readme.replace(
|
||||
/\*\*Current Version:\*\* \d+\.\d+\.\d+/,
|
||||
|
||||
Reference in New Issue
Block a user