diff options
| author | Adam Janovsky | 2022-02-01 17:45:39 +0100 |
|---|---|---|
| committer | Adam Janovsky | 2022-02-01 17:45:39 +0100 |
| commit | 47a959cae08bb67aab3151d2fdfd85643c7ddaca (patch) | |
| tree | 96e83cac6518d74561d48a6d6fe9bcd8631b956b /.github/workflows | |
| parent | 63da87a51a026bd35c07cb67b3e7f42c3d25ea6a (diff) | |
| download | sec-certs-47a959cae08bb67aab3151d2fdfd85643c7ddaca.tar.gz sec-certs-47a959cae08bb67aab3151d2fdfd85643c7ddaca.tar.zst sec-certs-47a959cae08bb67aab3151d2fdfd85643c7ddaca.zip | |
add automatic release notes, prerelase flag
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/release.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index de081520..eac3ad2e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,6 +20,9 @@ jobs: uses: actions/checkout@v2 - name: Release uses: softprops/action-gh-release@v1 + with: + prerelease: true + generate_release_notes: true pypi_release: name: Release on PyPi |
