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

Release master fontpatcher #1044

Merged
merged 7 commits into from
Feb 17, 2023
Merged

Commits on Feb 17, 2023

  1. release master fontpatcher.zip

    b- authored and Finii committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    27bfc9a View commit details
    Browse the repository at this point in the history
  2. let's change things, a lot

    b- authored and Finii committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    be8c8d5 View commit details
    Browse the repository at this point in the history
  3. On push to (specific paths within) master

    b- authored and Finii committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    b4fb183 View commit details
    Browse the repository at this point in the history
  4. add zipcmp conditional

    b- authored and Finii committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    9411186 View commit details
    Browse the repository at this point in the history
  5. Rename archiver script

    [why]
    It is not really a release, it is just a convenience for people that
    want to download the current master patcher with all accessories.
    
    Signed-off-by: Fini Jastrow <[email protected]>
    Finii committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    bc59f01 View commit details
    Browse the repository at this point in the history
  6. Cleanup zip-release

    [why]
    Some changes to bring it in line with the other workflows.
    
    [how]
    Sorted from short to long:
    
    * Name all steps
    * Correct trigger
    * Remove unused output
    * Simplify zipcmp decision
    * Use apt instead of apt-get
    * Update upload-artifact action
    * Remove some trailing whitespace
    * Remove name from artifact to prevent strange double zip name
    * Use ordinary checkout instead of sparse - we need it anyhow to commit
    
    [note]
    Ok, 'simplify zipcmd decision' that might be matter of taste.
    
    Signed-off-by: Fini Jastrow <[email protected]>
    Finii committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    d563f56 View commit details
    Browse the repository at this point in the history
  7. archive-font-patcher: Include version in readme

    [why]
    If we create the zip file not only on releases we need some better
    version information inside.
    
    We can not use the same approach with real releases, because we add the
    tag at a later stage in the workflow.
    
    Signed-off-by: Fini Jastrow <[email protected]>
    Finii committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    31cae9d View commit details
    Browse the repository at this point in the history