diff --git a/.changeset/config.json b/.changeset/config.json index 4bed08156a..3f2d313f66 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -1,11 +1,11 @@ { - "$schema": "https://unpkg.com/@changesets/config@2.0.0/schema.json", - "baseBranch": "main", + "$schema": "https://unpkg.com/@changesets/config@3.0.3/schema.json", "changelog": "@changesets/cli/changelog", "commit": false, "fixed": [], "linked": [], "access": "public", + "baseBranch": "main", "updateInternalDependencies": "patch", "ignore": ["@zitadel/login"] } diff --git a/.changeset/smart-moons-tease.md b/.changeset/smart-moons-tease.md new file mode 100644 index 0000000000..f53e1e51b4 --- /dev/null +++ b/.changeset/smart-moons-tease.md @@ -0,0 +1,6 @@ +--- +"@zitadel/client": major +"@zitadel/proto": major +--- + +Initial Release diff --git a/.github/release.yml b/.github/release.yml new file mode 100644 index 0000000000..3ecfa6f1ec --- /dev/null +++ b/.github/release.yml @@ -0,0 +1,17 @@ +name: Publish with Changesets + +on: + push: + branches: [main] + +jobs: + publish: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - uses: actions/setup-node@v4 + with: + node-version: '20' + - run: pnpm i + - run: npx changeset version + - run: npm publish --access public \ No newline at end of file diff --git a/packages/zitadel-client/package.json b/packages/zitadel-client/package.json index 1ed9f5ff73..8865cf3739 100644 --- a/packages/zitadel-client/package.json +++ b/packages/zitadel-client/package.json @@ -1,6 +1,6 @@ { "name": "@zitadel/client", - "version": "0.0.0", + "version": "0.1.0", "license": "MIT", "private": true, "publishConfig": { diff --git a/packages/zitadel-proto/package.json b/packages/zitadel-proto/package.json index 6d2df46f40..c28af872ba 100644 --- a/packages/zitadel-proto/package.json +++ b/packages/zitadel-proto/package.json @@ -1,6 +1,6 @@ { "name": "@zitadel/proto", - "version": "0.0.0", + "version": "0.1.0", "license": "MIT", "publishConfig": { "access": "public"