Skip to content

Commit

Permalink
Prepare 0.2.0 release (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
lognaturel authored Feb 16, 2023
1 parent b0990db commit e85c975
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ git clone https://github.com/getodk/pyodk.git repo
/usr/local/bin/python3.8 -m venv venv
source venv/bin/activate
# Install pyodk and it's production dependencies.
# Install pyodk and its production dependencies.
cd ~/repos/pyodk/repo
pip install -e .
Expand Down Expand Up @@ -201,9 +201,8 @@ nosetests -v -v --traverse-namespace ./tests
# Releases

1. Run all linting and tests.
2. Draft a new GitHub release with the list of merged PRs.
3. Checkout a release branch from latest upstream master.
4. Update `CHANGES.md` with the text of the draft release.
5. Update `pyodk/__init__.py` with the new release version number.
6. Commit, push the branch, and initiate a pull request. Wait for tests to pass, then merge the PR.
7. Tag the release and it will automatically be published (see `release.yml` actions file).
1. Draft a new GitHub release with the list of merged PRs.
1. Check out a release branch from latest upstream master.
1. Update `pyodk/__version__.py` with the new release version number.
1. Commit, push the branch, and initiate a pull request. Wait for tests to pass, then merge the PR.
1. Tag the release and it will automatically be published (see `release.yml` actions file).
2 changes: 1 addition & 1 deletion pyodk/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.0"
__version__ = "0.2.0"

0 comments on commit e85c975

Please sign in to comment.