From 4a9ef72656ecbaa6b8a632d134b4745903df805d Mon Sep 17 00:00:00 2001 From: Bobby Lat Date: Thu, 30 Oct 2025 16:46:55 +0800 Subject: [PATCH 1/2] docs: update links in readme to point to github pages --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 348747d..fdce5c2 100644 --- a/README.md +++ b/README.md @@ -299,9 +299,9 @@ To dig deeper into the capabilities of `algorand-typescript-testing`, continue w #### Contents -- [Testing Guide](./docs/testing-guide.md) -- [Examples](./docs/examples.md) -- [Coverage](./docs/coverage.md) -- [FAQ](./docs/faq.md) -- [API Reference](./docs/api.md) -- [Algorand TypeScript](./docs/algots.md) +- [Testing Guide](https://algorandfoundation.github.io/algorand-typescript-testing/documents/Algorand_TypeScript_Testing_Guide.html) +- [Examples](https://algorandfoundation.github.io/algorand-typescript-testing/documents/Examples.html) +- [Coverage](https://algorandfoundation.github.io/algorand-typescript-testing/documents/Coverage.html) +- [FAQ](https://algorandfoundation.github.io/algorand-typescript-testing/documents/FAQ.html) +- [API Reference](https://algorandfoundation.github.io/algorand-typescript-testing/documents/API_Reference.html) +- [Algorand TypeScript](https://algorandfoundation.github.io/algorand-typescript-testing/documents/Algorand_TypeScript.html) From cc4bca1d53c9398c8ad385566266e58c28b4dd58 Mon Sep 17 00:00:00 2001 From: Neil Campbell Date: Thu, 30 Oct 2025 19:17:12 +0800 Subject: [PATCH 2/2] revert release config --- .github/workflows/release.yml | 2 -- .releaserc.json | 9 ++------- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a2d8f2b..1575a9f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -62,13 +62,11 @@ jobs: path: artifacts - name: Generate semantic version for @algorandfoundation/algorand-typescript-testing - if: github.ref_name != 'main' run: npx semantic-release env: GITHUB_TOKEN: ${{ steps.app_token.outputs.token }} - name: Publish @algorandfoundation/algorand-typescript-testing - if: github.ref_name != 'main' uses: JS-DevTools/npm-publish@v3 with: token: ${{ secrets.NPM_TOKEN }} diff --git a/.releaserc.json b/.releaserc.json index 1eb1621..4d908d5 100644 --- a/.releaserc.json +++ b/.releaserc.json @@ -63,11 +63,6 @@ "pkgRoot": "artifacts/algo-ts-testing" } ], - [ - "@semantic-release/github", - { - "successComment": false - } - ] + "@semantic-release/github" ] -} +} \ No newline at end of file