Skip to content

Commit

Permalink
Create new releases in draft mode
Browse files Browse the repository at this point in the history
  • Loading branch information
JWCook committed Jun 30, 2024
1 parent f4bf265 commit 39a7d57
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,10 @@ jobs:
uses: softprops/action-gh-release@v2
with:
files: 'naturtag*'
body: |
See changelog for release details: https://github.com/pyinat/naturtag/blob/main/HISTORY.md
See docs for installation instructions: https://naturtag.readthedocs.io/en/stable/installation.html
draft: true

# Publish python package to PyPI
release-pypi-package:
Expand Down
6 changes: 4 additions & 2 deletions packaging/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,7 @@ This directory contains scripts and config for building Naturtag packages in the

## Release
* Create and push new git tag. This will trigger jobs to build packages and create a new GitHub release.
* Manually upload full taxonomy db (`taxonomy-full.tar.gz`) to the new release's assets
* Manually upload Windows installer (`naturtag-installer.exe`) to the new release's assets
* Most release assets will be built by the CI job, except for the following, which must be uploaded manually:
* Full taxonomy db (`taxonomy-full.tar.gz`)
* Windows installer (`naturtag-installer.exe`)
* Publish the GitHub release (by default, it will be created in draft mode)

0 comments on commit 39a7d57

Please sign in to comment.