Skip to content

Commit

Permalink
Back to work
Browse files Browse the repository at this point in the history
  • Loading branch information
andfoy committed Sep 4, 2020
1 parent ac27304 commit 3dde5dc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pyduckling-native"
version = "0.1.0"
version = "0.1.1-dev0"
authors = ["Edgar Andrés Margffoy Tuay <[email protected]>"]
description = "Rust-based Python wrapper for duckling library in Haskell."
repository = "https://github.com/treble-ai/pyduckling"
Expand Down
15 changes: 8 additions & 7 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,14 @@ To release a new version of pyduckling:
6. Update release version in ``Cargo.toml`` (set release version, remove 'dev0')
7. git add -A && git commit -m "Release vX.X.X"
8. git tag -a vX.X.X -m "Release vX.X.X"
9. Update development version in ``Cargo.toml`` (add '-dev0' and increment minor, see [1](#explanation))
10. git add -A && git commit -m "Back to work"
11. git push upstream master
12. git push upstream --tags
13. Wait for GitHub Actions to produce the wheels
14. Download the wheels locally for Linux and Mac
15. twine upload dist/*
9. git push upstream master
10. git push upstream --tags
11. Wait for GitHub Actions to produce the wheels
12. Download the wheels locally for Linux and Mac
13. twine upload dist/*
14. Update development version in ``Cargo.toml`` (add '-dev0' and increment minor, see [1](#explanation))
15. git add -A && git commit -m "Back to work"
16. git push upstream master


[<a name="explanation">1</a>] We need to append '-dev0', as Cargo does not support the '.dev0'
Expand Down

0 comments on commit 3dde5dc

Please sign in to comment.