File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 [
2828 " @semantic-release/exec" ,
2929 {
30- "prepareCmd" : " sed -i 's/\\ *\\ *Version:\\ *\\ * [0-9]*\\ .[0-9]*\\ .[0-9]*/\\ *\\ *Version:\\ *\\ * ${nextRelease.version}/' spec/specification.md && sed -i 's/Draft v[0-9]*\\ .[0-9]*\\ .[0-9]*/Draft v${nextRelease.version}/g' README.md AGENTS.md"
30+ "prepareCmd" : " sed -i 's/\\ *\\ *Version:\\ *\\ * [0-9]*\\ .[0-9]*\\ .[0-9]*/\\ *\\ *Version:\\ *\\ * ${nextRelease.version}/g ' spec/specification.md README.md AGENTS.md && sed -i 's/✅ v[0-9]*\\ .[0-9]*\\ .[0-9]*/✅ v${nextRelease.version}/g' README.md AGENTS.md"
3131 }
3232 ],
3333 [
Original file line number Diff line number Diff line change 22
33Documentation for AI agents working on the TaskMark project.
44
5- ** Version:** 1.2 .0
5+ ** Version:** 2.0 .0
66
77---
88
@@ -149,7 +149,7 @@ See [specification.md](spec/specification.md) for complete error handling.
149149
150150| Component | Status |
151151| -----------| --------|
152- | Specification | ✅ v1.2 .0 |
152+ | Specification | ✅ v2.0 .0 |
153153| Reference Parser | ⏳ Not started |
154154| VSCode Extension | ⏳ Not started |
155155| CLI Tool | ⏳ Not started |
Original file line number Diff line number Diff line change 77
88Write tasks in Markdown. Track them in git. Never lose your todos again.
99
10- ** Version:** 1.2 .0
10+ ** Version:** 2.0 .0
1111
1212---
1313
@@ -254,7 +254,7 @@ Start with basic checkboxes. Add structure as your project grows. Use metadata i
254254
255255| Component | Status |
256256| -----------| --------|
257- | Specification | ✅ v1.2 .0 |
257+ | Specification | ✅ v2.0 .0 |
258258| Reference Parser | ⏳ Not yet implemented |
259259| Editor Support | ⏳ Not yet implemented |
260260
You can’t perform that action at this time.
0 commit comments