Skip to content

Commit

Permalink
Merge pull request #581 from RasaHQ/merge_282_main
Browse files Browse the repository at this point in the history
Merge 2.8.2 main
  • Loading branch information
joejuzl authored Nov 4, 2021
2 parents 2a2f08c + 0d2d7b2 commit 07d9034
Show file tree
Hide file tree
Showing 5 changed files with 163 additions and 111 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -300,10 +300,11 @@ jobs:
run: poetry build

- name: Publish to PyPI 📦
uses: pypa/gh-action-pypi-publish@37e305e7413032d8422456179fee28fac7d25187
uses: pypa/gh-action-pypi-publish@bea5cda687c2b79989126d589ef4411bedce0195
with:
user: __token__
password: ${{ secrets.PYPI_TOKEN }}
skip_existing: true

- name: Publish Release Notes 🗞
if: env.IS_TAG_BUILD
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@ https://github.com/RasaHQ/rasa/tree/main/changelog/ . -->

<!-- TOWNCRIER -->

## [2.8.2] - 2021-09-02 No significant changes.


## [2.8.1] - 2021-07-22
### Miscellaneous internal changes
- [#499](https://github.com/rasahq/rasa-sdk/issues/499)


## [2.8.0] - 2021-07-08
### Improvements
- [#441](https://github.com/rasahq/rasa-sdk/issues/441): Slots will be validated in order they are requested. Previously, they were validated in reverse order.
Expand Down
Loading

0 comments on commit 07d9034

Please sign in to comment.