File tree Expand file tree Collapse file tree 1 file changed +10
-12
lines changed Expand file tree Collapse file tree 1 file changed +10
-12
lines changed Original file line number Diff line number Diff line change @@ -36,25 +36,23 @@ Format code:
36
36
37
37
On branch ` main ` :
38
38
39
- - Add a section for the new version in the ` CHANGES.md ` file
40
- - Commit your changes with a message like \" Release x.y.z\"
41
- - Push to origin/\< release_branch\>
39
+ - Add a section for the new version in the ` CHANGES.md ` file.
40
+ - Commit your changes with a message like ` Release x.y.z ` .
42
41
- Create a tag, and push to remote.
42
+ This will trigger a GitHub action which releases the new version to PyPi.
43
43
``` shell
44
- git tag v0.0 .1
44
+ git tag 0.36 .1
45
45
git push --tags
46
46
```
47
- - Build package, and upload to PyPI.
48
- ` ` ` shell
49
- poe release
50
- ` ` `
51
-
52
- On GitHub:
53
-
54
- - Designate a new release on GitHub, copying in the relevant section
47
+ - On GitHub, designate a new release, copying in the relevant section
55
48
from the CHANGELOG.
56
49
https://github.com/crate-workbench/sqlalchemy-cratedb/releases
57
50
51
+ Optionally, build the package and upload to PyPI manually.
52
+ ` ` ` shell
53
+ poe release
54
+ ` ` `
55
+
58
56
59
57
# # Writing documentation
60
58
You can’t perform that action at this time.
0 commit comments