mirror of https://github.com/scrapy/scrapy.git
Updated Scrapy release procedure (markdown)
parent
3986caf1f2
commit
3e14ffb81b
|
|
@ -63,6 +63,15 @@ bump2version patch
|
|||
git push upstream x.y x.y.z
|
||||
```
|
||||
|
||||
## Github release
|
||||
|
||||
Create a [Github release entry](https://github.com/scrapy/scrapy/releases), with a description including the highlights from
|
||||
the release notes and a link to the release notes of the new version in Read
|
||||
the Docs.
|
||||
|
||||
This step can be skipped in the case of new tags created just to trigger
|
||||
re-packagings in the Python Package Index.
|
||||
|
||||
## Python Package Index
|
||||
|
||||
New Scrapy versions are automatically deployed on the
|
||||
|
|
@ -88,15 +97,6 @@ For new major and minor versions:
|
|||
|
||||
3. Change the **Default branch** to the new *branch* (not *tag*), and select **Save** at the bottom of the page.
|
||||
|
||||
## Github release
|
||||
|
||||
Create a [Github release entry](https://github.com/scrapy/scrapy/releases), with a description including the highlights from
|
||||
the release notes and a link to the release notes of the new version in Read
|
||||
the Docs.
|
||||
|
||||
This step can be skipped in the case of new tags created just to trigger
|
||||
re-packagings in the Python Package Index.
|
||||
|
||||
## scrapy.org website
|
||||
|
||||
Update [scrapy versions](https://github.com/scrapy/scrapy.github.io/blob/master/_data/scrapy.yml)
|
||||
|
|
|
|||
Loading…
Reference in New Issue