Skip to content

Commit d20e654

Browse files
committed
Update releasing documentation
1 parent 27f6338 commit d20e654

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060

6161
# General information about the project.
6262
project = 'Python IPFS HTTP Client'
63-
copyright = '2019, py-ipfs-http-client team'
63+
copyright = '2020, py-ipfs-http-client team'
6464
author = 'py-ipfs-http-client team'
6565

6666
# The version info for the project you're documenting, acts as replacement for

docs/releasing.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Since releasing new versions is currently a somewhat complicated task, the current procedure
2-
(12.05.2018) will be outlined in this document.
2+
(17.02.2020) will be outlined in this document.
33

4-
All of this has only been tested on Debian 10 & Fedora 28 (Linux).
4+
All of this has only been tested on Debian 11 (Linux).
55

66
# Prerequirements
77

@@ -12,7 +12,7 @@ All of this has only been tested on Debian 10 & Fedora 28 (Linux).
1212
APT line: `sudo apt install python3-pip && sudo pip3 install flit`
1313
DNF line: `sudo dnf install python3-flit`
1414

15-
*Note*: Version `1.1+` of `flit` is required!
15+
*Note*: Version `2.0+` of `flit` is required!
1616

1717
## Building the documentation
1818

@@ -56,14 +56,14 @@ At the time of writing the officially used key is: *12D3KooWEqnTdgqHnkkwarSrJjeM
5656
## Update the source code
5757

5858
1. Make a GIT commit incrementing the version number in `ipfshttpclient/version.py`:
59-
`git commit -m "Release version 0.4.X" ipfshttpclient/version.py`)
59+
`git commit -m "Release version 0.X.Y" ipfshttpclient/version.py`)
6060
2. Tag the GIT commit with the version number using an annotated and signed tag:
61-
`git tag --sign -m "Release version 0.4.X" 0.4.X`
61+
`git tag --sign -m "Release version 0.X.Y" 0.X.Y`
6262
3. Push the new version
6363

6464
## Upload the new version to PyPI
6565

66-
Run: `flit build && flit upload`
66+
Run: `flit build && flit publish`
6767

6868
## Re-generate and publish the documentation
6969

0 commit comments

Comments
 (0)