fix: Added github token to generate release page

api-breakage
Morty Space 4 years ago
parent a696bb4347
commit dcce9d5b0f
  1. 2
      .github/workflows/test.yml
  2. 4
      CHANGELOG.md
  3. 2
      pyproject.toml

@ -92,6 +92,8 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
- name: Release
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
pip install python-semantic-release
git config user.name github-actions

@ -2,6 +2,10 @@
<!--next-version-placeholder-->
## v0.10.6 (2022-05-15)
### Fix
* Added github token to generate release page ([`770fb61`](https://github.com/goincrypto/cryptocom-exchange/commit/770fb616e5012d40e2b52d9251c0e9554c1d3cf5))
## v0.10.5 (2022-05-15)
### Fix
* Added read error handling ([`1ecc38d`](https://github.com/goincrypto/cryptocom-exchange/commit/1ecc38dbd529268de689fb2a5824c339e4a2f4d8))

@ -6,7 +6,7 @@ name = "cryptocom-exchange"
packages = [
{include = "cryptocom", from = "src"},
]
version = "0.10.5"
version = "0.10.6"
readme = "README.md"
classifiers = [
"Operating System :: OS Independent",

Loading…
Cancel
Save