Bump version

- Include #58 in workflow
- Autogen release notes
This commit is contained in:
Davide De Rosa 2023-12-16 12:14:29 +01:00
parent 7d9804a8ac
commit 0c8b35f075
No known key found for this signature in database
GPG Key ID: A48836171C759F5E
2 changed files with 3 additions and 8 deletions

View File

@ -17,7 +17,7 @@ jobs:
id: lib
timeout-minutes: 60
env:
OPENSSL_TARGETS: "ios-sim-cross-x86_64 ios-sim-cross-arm64 ios64-cross-arm64 ios64-cross-arm64e macos64-x86_64 macos64-arm64 mac-catalyst-x86_64 mac-catalyst-arm64 tvos-sim-cross-x86_64 tvos64-cross-arm64"
OPENSSL_TARGETS: "ios-sim-cross-x86_64 ios-sim-cross-arm64 ios64-cross-arm64 ios64-cross-arm64e macos64-x86_64 macos64-arm64 mac-catalyst-x86_64 mac-catalyst-arm64 tvos-sim-cross-arm64 tvos-sim-cross-x86_64 tvos64-cross-arm64"
run: |
source scripts/get-openssl-version.sh
@ -78,11 +78,6 @@ jobs:
git tag "$TAG_NAME" -m "$RELEASE_NAME"
git push && git push --tags
RELEASE_NOTES="release-notes.txt"
echo "Compiled for iOS and macOS (plus Catalyst)." >$RELEASE_NOTES
echo >>$RELEASE_NOTES
echo "SwiftPM checksum: $CHECKSUM" >>$RELEASE_NOTES
echo "release_name=$RELEASE_NAME" >> $GITHUB_OUTPUT
echo "release_notes=$RELEASE_NOTES" >> $GITHUB_OUTPUT
echo "checksum=$PACKAGE_CHECKSUM" >> $GITHUB_OUTPUT
@ -90,8 +85,8 @@ jobs:
uses: softprops/action-gh-release@v1
with:
name: ${{ steps.package.outputs.release_name }}
body_path: ${{ steps.package.outputs.release_notes }}
tag_name: ${{ steps.lib.outputs.tag }}
generate_release_notes: true
files: |
${{ steps.framework.outputs.artifact }}
${{ steps.package.outputs.checksum }}

View File

@ -1 +1 @@
3.2.0-1
3.2.0-2