Skip to content

Commit 5d2c7e8

Browse files
committed
Revert "ci: add release notes with artifact table to GitHub releases"
This reverts commit 1025fc4.
1 parent 1025fc4 commit 5d2c7e8

1 file changed

Lines changed: 0 additions & 37 deletions

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -370,40 +370,3 @@ jobs:
370370
draft: true
371371
generate_release_notes: true
372372
prerelease: ${{ startsWith(github.ref_name, 'v0.') }}
373-
body: |
374-
## Release Artifacts
375-
376-
### Desktop Application
377-
378-
| File | Description |
379-
|------|-------------|
380-
| `Pumas-Library-*-x86_64.AppImage` | Linux installer (AppImage, x64) |
381-
| `pumas-library_*_amd64.deb` | Linux installer (Debian/Ubuntu, x64) |
382-
| `Pumas-Library-Setup-*.exe` | Windows installer (NSIS, x64) |
383-
| `Pumas-Library-*.exe` | Windows portable executable (x64) |
384-
| `Pumas-Library-*.dmg` | macOS disk image (Apple Silicon) |
385-
386-
### Language Bindings
387-
388-
Each binding package contains generated source files **and** precompiled native libraries for all platforms (Linux x64, Windows x64, macOS ARM64).
389-
390-
| File | Description |
391-
|------|-------------|
392-
| `pumas-bindings-python-*.zip` | Python bindings + native libraries |
393-
| `pumas-bindings-kotlin-*.zip` | Kotlin/JVM bindings + native libraries |
394-
| `pumas-bindings-swift-*.zip` | Swift bindings + native libraries |
395-
| `pumas-bindings-ruby-*.zip` | Ruby bindings + native libraries |
396-
| `pumas-bindings-csharp-*.zip` | C# bindings + native libraries |
397-
| `pumas-nif-elixir-*.zip` | Elixir/Erlang NIF precompiled libraries |
398-
399-
### Rust Crate
400-
401-
| File | Description |
402-
|------|-------------|
403-
| `pumas-library-*.crate` | `pumas-library` crate (for `cargo install` or vendoring) |
404-
405-
### Checksums
406-
407-
| File | Description |
408-
|------|-------------|
409-
| `checksums-sha256.txt` | SHA-256 checksums for all release files |

0 commit comments

Comments
 (0)