-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Prepare 1.0.0 release * Add RELEASE.md
- Loading branch information
Showing
3 changed files
with
12 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,6 +1,6 @@ | ||
# Changelog | ||
|
||
## _Unreleased_ | ||
## 1.0.0 | ||
|
||
### Added | ||
- `auto-pr test`: | ||
|
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Release process | ||
|
||
1. In `CHANGELOG.md` replace `_Unreleased_` with the release version. | ||
1. In `init.py` update `__version__`. | ||
1. Create a release via the GitHub UI. | ||
- Set the tag to match the version | ||
- Set the title to match the version | ||
- Copy the contents of the release changelog to the description field | ||
|
||
Publishing the package is handled automatically. |
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