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 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)