From 62697c0b4e892c9eb206f7ff50ac0898e80ff4e3 Mon Sep 17 00:00:00 2001 From: shrugs Date: Mon, 23 Jun 2025 15:23:41 +0100 Subject: [PATCH 1/3] fix: test with new commit mode no changesets --- .changeset/modern-pugs-sit.md | 7 ------- .changeset/public-roses-heal.md | 5 ----- .github/workflows/release.yml | 2 ++ 3 files changed, 2 insertions(+), 12 deletions(-) delete mode 100644 .changeset/modern-pugs-sit.md delete mode 100644 .changeset/public-roses-heal.md diff --git a/.changeset/modern-pugs-sit.md b/.changeset/modern-pugs-sit.md deleted file mode 100644 index c94e527f3..000000000 --- a/.changeset/modern-pugs-sit.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@ensnode/ens-deployments": minor -"ensindexer": minor -"ensadmin": minor ---- - -rename the ENS_DEPLOYMENT_CHAIN configuration variable to NAMESPACE diff --git a/.changeset/public-roses-heal.md b/.changeset/public-roses-heal.md deleted file mode 100644 index a47fd2c62..000000000 --- a/.changeset/public-roses-heal.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@ensnode/datasources": minor ---- - -renamed @ensnode/ens-deployments to @ensnode/datasources diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index facbd7a7a..b13d5e573 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -45,6 +45,8 @@ jobs: title: "Release New Version" publish: pnpm changeset-publish createGithubReleases: false + # NOTE: https://github.com/changesets/changesets/issues/1545 + commitMode: github-api env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }} From d5b13cccc7ddf1fd55813ceb92acabba94ab35f1 Mon Sep 17 00:00:00 2001 From: shrugs Date: Mon, 23 Jun 2025 15:27:49 +0100 Subject: [PATCH 2/3] add back existing changesets, pin to workign version --- .changeset/modern-pugs-sit.md | 7 +++++++ .changeset/public-roses-heal.md | 5 +++++ .github/workflows/release.yml | 4 +--- 3 files changed, 13 insertions(+), 3 deletions(-) create mode 100644 .changeset/modern-pugs-sit.md create mode 100644 .changeset/public-roses-heal.md diff --git a/.changeset/modern-pugs-sit.md b/.changeset/modern-pugs-sit.md new file mode 100644 index 000000000..c94e527f3 --- /dev/null +++ b/.changeset/modern-pugs-sit.md @@ -0,0 +1,7 @@ +--- +"@ensnode/ens-deployments": minor +"ensindexer": minor +"ensadmin": minor +--- + +rename the ENS_DEPLOYMENT_CHAIN configuration variable to NAMESPACE diff --git a/.changeset/public-roses-heal.md b/.changeset/public-roses-heal.md new file mode 100644 index 000000000..a47fd2c62 --- /dev/null +++ b/.changeset/public-roses-heal.md @@ -0,0 +1,5 @@ +--- +"@ensnode/datasources": minor +--- + +renamed @ensnode/ens-deployments to @ensnode/datasources diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b13d5e573..8f172ded9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -38,15 +38,13 @@ jobs: run: pnpm install --frozen-lockfile - name: Create Release Pull Request or Publish to npm - uses: changesets/action@v1 + uses: changesets/action@v1.4.10 id: changesets with: commit: "chore(release): version apps" title: "Release New Version" publish: pnpm changeset-publish createGithubReleases: false - # NOTE: https://github.com/changesets/changesets/issues/1545 - commitMode: github-api env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }} From 0fa8162c114e79f5c534e0ebf1dc45f34ffcae70 Mon Sep 17 00:00:00 2001 From: shrugs Date: Mon, 23 Jun 2025 15:30:25 +0100 Subject: [PATCH 3/3] fix: add hotfix from main --- .changeset/modern-pugs-sit.md | 1 - 1 file changed, 1 deletion(-) diff --git a/.changeset/modern-pugs-sit.md b/.changeset/modern-pugs-sit.md index c94e527f3..5d9f41e82 100644 --- a/.changeset/modern-pugs-sit.md +++ b/.changeset/modern-pugs-sit.md @@ -1,5 +1,4 @@ --- -"@ensnode/ens-deployments": minor "ensindexer": minor "ensadmin": minor ---