From c4414c287a0455ce242544e97b497fe2de1895f8 Mon Sep 17 00:00:00 2001 From: James Lamb Date: Wed, 26 Oct 2022 21:48:32 -0500 Subject: [PATCH] release v0.1.0 (#95) --- CONTRIBUTING.md | 14 ++++++++++++++ VERSION.txt | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 35e78b8..cf7aeec 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -10,3 +10,17 @@ Then run the following. ```shell make build install ``` + +## Releasing + +Open a pull request changing `VERSION.txt` to the desired version. + +After merging the pull request, create a GitHub release. + +1. navigate to https://github.com/jameslamb/pydistcheck/releases +2. edit the draft release +3. click "publish" + +When that happens, CI jobs will run that automatically publish the package to PyPI. + +Open another pull request adding `.99` to the version in `VERSION.txt`. diff --git a/VERSION.txt b/VERSION.txt index bfe846c..6c6aa7c 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -0.0.2.99 \ No newline at end of file +0.1.0 \ No newline at end of file