Skip to content

Commit

Permalink
release v0.1.0 (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb authored Oct 27, 2022
1 parent 686fdff commit c4414c2
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.2.99
0.1.0

0 comments on commit c4414c2

Please sign in to comment.