Skip to content

Commit 4bbb517

Browse files
author
thomas
committed
change enum of subitems
1 parent 3740ba0 commit 4bbb517

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,8 @@ Releasing a new version is quite simple, as the packages are build and distribut
155155
*Release steps*:
156156
1. Make sure all dependencies are up to date (**especially Rasa SDK**)
157157

158-
a) For Rasa SDK that means first creating a [new Rasa SDK release](https://github.com/RasaHQ/rasa-sdk#steps-to-release-a-new-version) (make sure the version numbers between the new Rasa and Rasa SDK releases match)
159-
b) Once the tag with the new Rasa SDK release is pushed and the package appears on [pypi](https://pypi.org/project/rasa-sdk/), the dependency in the rasa repository can be resolved (see below).
158+
- For Rasa SDK that means first creating a [new Rasa SDK release](https://github.com/RasaHQ/rasa-sdk#steps-to-release-a-new-version) (make sure the version numbers between the new Rasa and Rasa SDK releases match)
159+
- Once the tag with the new Rasa SDK release is pushed and the package appears on [pypi](https://pypi.org/project/rasa-sdk/), the dependency in the rasa repository can be resolved (see below).
160160

161161
2. Switch to the branch you want to cut the release from (`master` in case of a major / minor, the current feature branch for patch releases)
162162
- Update the `rasa-sdk` entry in `pyproject.toml` with the new release version and run `poetry update`. This creates a new `poetry.lock` file with all dependencies resolved.

0 commit comments

Comments
 (0)