Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
9 changes: 2 additions & 7 deletions .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,6 @@
"pkgRoot": "artifacts/algo-ts-testing"
}
],
[
"@semantic-release/github",
{
"successComment": false
}
]
"@semantic-release/github"
]
}
}
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)