This repository has been archived by the owner on Mar 31, 2023. It is now read-only.
forked from NoneGG/aredis
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4fbb46d
commit 03a886c
Showing
3 changed files
with
25 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,20 @@ | ||
Releasing New Versions | ||
====================== | ||
|
||
TODO: fill this out! | ||
TODO: fill this out more completely! | ||
|
||
.. code-block:: console | ||
$ poetry version <kind> | ||
$ clog -C CHANGELOG.md --setversion <new> -f <old> | ||
$ git commit -am 'chore(release): bump version' && git push | ||
$ git tag x.y.z && git push origin x.y.z | ||
Then create a Github release. If you have access to a build system other than | ||
our CI (say, if you're running on OSX), you can provide bonus wheels with: | ||
|
||
.. code-block:: console | ||
$ rm -rf dist/ | ||
$ poetry build -fwheel | ||
$ poetry upload |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters