Skip to content

Commit

Permalink
Prepare 1.0.0 release (#37)
Browse files Browse the repository at this point in the history
* Prepare 1.0.0 release

* Add RELEASE.md
  • Loading branch information
ctbur authored May 17, 2021
1 parent f5e33d9 commit 625c673
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## _Unreleased_
## 1.0.0

### Added
- `auto-pr test`:
Expand Down
10 changes: 10 additions & 0 deletions RELEASE.md
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.
2 changes: 1 addition & 1 deletion autopr/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

from autopr import workdir, config, github, repo, database

__version__ = "0.2.0"
__version__ = "1.0.0"

from autopr.util import CliException, set_debug, error, is_debug

Expand Down

0 comments on commit 625c673

Please sign in to comment.