Skip to content
This repository has been archived by the owner on Jan 7, 2024. It is now read-only.

[doc] SDK release guide #71

Merged
merged 1 commit into from
Apr 15, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,14 @@ Additional tests will be added in future.
To test the code, you will need to run the SecureDrop `make dev` command on the same system. The test suite for
this project will test against that development container.

### Release

To make a release, you should:

1. Update the version in `setup.py`.
2. Update the changelog.
3. Commit the changes, and `git tag`.
4. Create a PR, push the new tag, and get the PR reviewed and merged into `master`.
5. Push the new release to the PSF's PyPI [following this documentation](https://packaging.python.org/tutorials/packaging-projects/#uploading-the-distribution-archives).

### License: GPLv3+