diff --git a/.changeset/config.json b/.changeset/config.json index 15efd06..93f2a04 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -4,7 +4,8 @@ "commit": false, "fixed": [], "linked": [], + "baseBranch": "main", "access": "public", "updateInternalDependencies": "patch", - "ignore": ["@acme/docs"] + "ignore": ["@elysium/docs"] } diff --git a/.changeset/cuddly-elephants-attack.md b/.changeset/cuddly-elephants-attack.md new file mode 100644 index 0000000..b8c1176 --- /dev/null +++ b/.changeset/cuddly-elephants-attack.md @@ -0,0 +1,5 @@ +--- +'@ppdbultimate/elysium': patch +--- + +Initial release diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ff961a6..464e2cf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,6 +34,7 @@ jobs: uses: changesets/action@v1 with: publish: pnpm run release + commit: 'chore(release): version packages' env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }}