Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: electron/forge
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.0.1
Choose a base ref
...
head repository: electron/forge
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.0.3
Choose a head ref
  • 13 commits
  • 59 files changed
  • 11 contributors

Commits on Nov 8, 2022

  1. fix(publisher-s3): ensure files are on disk before publishing (#2585)

    When making with windows.squirrel and the noDelta options selected, the
    delta package will end up in the artifacts list and kill the publishing
    phase. Although unrelated, this will only publish files that are
    actually on disk at the time of publishing.
    
    Co-authored-by: Tom Van Damme <tom.vandamme@two-point-o.be>
    2 people authored and VerteDinde committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    f3d38e0 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2022

  1. fix(maker-squirrel): do not register the delta nupkg as an artifact w…

    …hen deltas are disabled (#3059)
    
    * Revert "fix(publisher-s3): ensure files are on disk before publishing (#2585)"
    
    This reverts commit f3d38e0.
    
    * fix: do not add delta package to list if noDelta is specified
    MarshallOfSound authored Nov 9, 2022
    Configuration menu
    Copy the full SHA
    5559449 View commit details
    Browse the repository at this point in the history
  2. fix(maker-pkg): add targetArch to pkg name (#3057)

    Co-authored-by: Narayan Sainaney <narayan@sainaney.com>
    erickzhao and nsainaney authored Nov 9, 2022
    Configuration menu
    Copy the full SHA
    344a0af View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2022

  1. Configuration menu
    Copy the full SHA
    0544e16 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2022

  1. Configuration menu
    Copy the full SHA
    91d43b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    75462be View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2022

  1. feat(maker-pkg): allow to override .pkg name (#1785)

    Co-authored-by: Erick Zhao <erick@hotmail.ca>
    Co-authored-by: Black-Hole <158blackhole@gmail.com>
    3 people authored Nov 14, 2022
    Configuration menu
    Copy the full SHA
    e9b4576 View commit details
    Browse the repository at this point in the history
  2. build: migrate to lerna from bolt (#3058)

    * chore: init
    
    * chore: migrate bolt to lerna
    
    * chore: fix version
    
    * add caching
    
    * update scripts
    
    * dont see why were piping
    
    * contributing.md update
    
    * add publishConfig
    
    * update contributing.md
    
    * fix wording
    
    * delete bump and publish scripts
    
    * Update ci.yml
    
    * chore: lint
    
    * update contributing.md
    
    * chore: undo ts-ignores
    
    * correctly remove yarn:coverage from rebase conflict
    georgexu99 authored Nov 14, 2022
    Configuration menu
    Copy the full SHA
    f16a28b View commit details
    Browse the repository at this point in the history
  3. fix(template-webpack): only run asset relocator loader on `node_modul…

    …es` folder (#3060)
    
    
    Co-authored-by: Erick Zhao <erick@hotmail.ca>
    MarshallOfSound and erickzhao authored Nov 14, 2022
    Configuration menu
    Copy the full SHA
    f86eb28 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b3cf588 View commit details
    Browse the repository at this point in the history
  5. v6.0.2

    georgexu99 committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    11cf4b5 View commit details
    Browse the repository at this point in the history
  6. chore: update CHANGELOG.md

    georgexu99 committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    f29adc3 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2022

  1. v6.0.3

    georgexu99 committed Nov 15, 2022
    2 Configuration menu
    Copy the full SHA
    5f6ec68 View commit details
    Browse the repository at this point in the history
Loading