Skip to content

Commit 5afa705

Browse files
author
azeth-sync[bot]
committed
chore: add publish workflow and changeset config
1 parent 173c67f commit 5afa705

3 files changed

Lines changed: 20 additions & 2 deletions

File tree

.changeset/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Changesets
2+
3+
This directory is used by [Changesets](https://github.com/changesets/changesets) to manage versioning and publishing.
4+
5+
To create a new changeset, run `pnpm changeset` in this directory.

.changeset/config.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"$schema": "https://unpkg.com/@changesets/config@3.1.1/schema.json",
3+
"changelog": "@changesets/cli/changelog",
4+
"commit": false,
5+
"fixed": [],
6+
"linked": [],
7+
"access": "public",
8+
"baseBranch": "main",
9+
"updateInternalDependencies": "patch",
10+
"ignore": []
11+
}

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@
3535
"test:watch": "vitest",
3636
"typecheck": "tsc --noEmit",
3737
"clean": "rm -rf dist",
38-
"test:mutation": "npx stryker run"
38+
"test:mutation": "npx stryker run",
39+
"release": "pnpm build && changeset publish"
3940
},
4041
"dependencies": {
4142
"@azeth/common": "^0.1.0",
@@ -50,7 +51,8 @@
5051
"@stryker-mutator/vitest-runner": "^8.6.0",
5152
"@types/node": "^22.0.0",
5253
"typescript": "^5.7.0",
53-
"vitest": "^2.1.0"
54+
"vitest": "^2.1.0",
55+
"@changesets/cli": "^2.27.0"
5456
},
5557
"publishConfig": {
5658
"access": "public"

0 commit comments

Comments
 (0)