Skip to content

Commit 734d0f9

Browse files
committed
chore: add semantic-release
1 parent 6078c6f commit 734d0f9

3 files changed

Lines changed: 1775 additions & 5 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ The ideia is to create a different build output on development that works like a
4949
> Otherwise it will **not** bring any benefit, unless you do manual symlinks through your local repos.
5050
5151
> **TL;DR**
52-
> Add `{ "stub": "ts-stub --clear" }` script to all pacakges and execute all at once.
52+
> Add `{ "stub": "ts-stub --clear" }` script to all packages and execute all at once.
5353
5454
<br>
5555

@@ -62,7 +62,7 @@ pnpm add -D ts-stub
6262

6363
<br>
6464

65-
### `2` Add a separate build script to stubbing your pacakges
65+
### `2` Add a separate build script to stubbing your packages
6666

6767
<kbd>packages/a/package.json</kbd>
6868

@@ -235,7 +235,7 @@ They also do build stubbing with the <kbd>--stub</kbd> flag.
235235

236236
**1. Convenience**
237237

238-
> If you already use _unbuild_ to bundle your pacakges, there is **absolutely no reason** for you to use _ts-stub_.
238+
> If you already use _unbuild_ to bundle your packages, there is **absolutely no reason** for you to use _ts-stub_.
239239
> Just go with _unbuild --stub_!
240240
241241
**2. ESM**

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
"comment-hole": "^0.1.1",
3838
"import-meta-resolve": "^4.1.0",
3939
"prettier": "^3.3.3",
40+
"semantic-release": "^24.0.0",
4041
"tsup": "^8.2.4",
4142
"typescript": "^5.5.4",
4243
"vitest": "^2.0.5"

0 commit comments

Comments
 (0)