Skip to content

Commit

Permalink
Merge branch 'master' into tf_py3
Browse files Browse the repository at this point in the history
  • Loading branch information
ricwo committed Oct 4, 2018
2 parents 5f79c93 + aeca318 commit fb0c959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -204,7 +204,7 @@ Releasing a new version is quite simple, as the packages are build and distribut
4. commit all the above changes and tag a new release, e.g. using
```
git tag -f 0.7.0 -m "Some helpful line describing the release"
git push origin master --tags
git push origin 0.7.0
```
travis will build this tag and push a package to [pypi](https://pypi.python.org/pypi/rasa_nlu)
5. only if it is a **major release**, a new branch should be created pointing to the same commit as the tag to allow for future minor patches, e.g.
Expand Down

0 comments on commit fb0c959

Please sign in to comment.