Skip to content

Commit 676019a

Browse files
committed
fix(release): update version sed patterns and bump to v2.0.0
1 parent a938592 commit 676019a

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.releaserc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
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
[

AGENTS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Documentation 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 |

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
Write 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

0 commit comments

Comments
 (0)