Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create release for GCM 2.4.1 #1459

Merged
merged 3 commits into from
Nov 1, 2023
Merged

Create release for GCM 2.4.1 #1459

merged 3 commits into from
Nov 1, 2023

Commits on Nov 1, 2023

  1. release: include payload only in osx-arm64 tarball

    Only include the payload (binaries) in the tar.gz archive for osx-arm64.
    Previously this was including the parent directory that captured the
    payload, pkg, and symbol subdirectories and children.
    
    The osx-x64 tar.gz archive is already correctly only containing the
    payload.
    mjcheetham committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    b221b62 View commit details
    Browse the repository at this point in the history
  2. release: include payload only in osx-arm64 tarball (#1458)

    Only include the payload (binaries) in the tar.gz archive for osx-arm64.
    Previously this was including the parent directory that captured the
    payload, pkg, and symbol subdirectories and children.
    
    The osx-x64 tar.gz archive is already correctly only containing the
    payload.
    
    **Illustration of discrepancy**
    
    ```text
    % tree -L 1 gcm-osx-arm64-2.4.0
    gcm-osx-arm64-2.4.0
    ├── payload
    ├── pkg
    └── symbols
    
    4 directories, 0 files
    % tree -L 1 gcm-osx-x64-2.4.0  
    gcm-osx-x64-2.4.0
    ├── Atlassian.Bitbucket.dll
    ├── Avalonia.Base.dll
    ├── Avalonia.Controls.dll
    ├── Avalonia.DesignerSupport.dll
    ├── Avalonia.Desktop.dll
    ├── Avalonia.Dialogs.dll
    ├── Avalonia.FreeDesktop.dll
    ├── Avalonia.Markup.Xaml.dll
    ...
    ```
    mjcheetham committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    76ab2bc View commit details
    Browse the repository at this point in the history
  3. version: bump to 2.4.1

    mjcheetham committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    2365cac View commit details
    Browse the repository at this point in the history