Skip to content

Commit

Permalink
Tweak ordering of release checklist
Browse files Browse the repository at this point in the history
  • Loading branch information
tartley committed Oct 19, 2022
1 parent ab64cfa commit 52f4cfd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README-hacking.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ target.
present on `__version__` in `colorama/__init.py__.py`.

3. Run the tests locally on your preferred OS, just to save you from doing
the following time-consuming steps while there are still obvious problems
the subsequent time-consuming steps while there are still obvious problems
in the code:

* Windows:
Expand All @@ -86,16 +86,16 @@ target.
* `make bootstrap`
* `make test`

4. Verify you're all committed, merged to master, and pushed to origin (This
triggers a CI build, which we'll check later on)

5. Tag the current commit with the `__version__` from `colorama/__init__.py`.
4. Tag the current commit with the `__version__` from `colorama/__init__.py`.
We should start using
[annotated tags for releases](https://www.tartley.com/posts/til-git-annotated-tags/), so:

git tag -a -m "" $version
git push --follow-tags

5. Verify you're all committed, merged to master, and pushed to origin (This
triggers a CI build, which we'll check later on)

6. Build the distributables (sdist and wheel), on either OS:

* Windows: `.\build.ps1`
Expand Down

0 comments on commit 52f4cfd

Please sign in to comment.