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

fix: use buildVersion not buildNumber for fpm --iteration flag #7075

Merged
merged 5 commits into from Aug 28, 2022

Commits on Aug 19, 2022

  1. fix: use buildVersion not buildNumber for fpm --iteration flag (e…

    …lectron-userland#6945)
    
    `buildNumber` is not overridable in the config and is provided directly by the CI, this should be `buildVersion` instead.
    
    Dashes are not supported for iteration in some versions of fpm, so replace with underscores. jordansissel/fpm#1833
    davej committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    6a6c748 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2022

  1. more lint fixes

    davej committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    e7b3301 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2022

  1. fix: allow user to define explicit buildNumber in config (electron-…

    …userland#6945)
    
    explicit `buildNumber` will take precedence over any envs
    davej committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    0da0e9f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c28c0b View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2022

  1. update docs and changeset

    davej committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    2ea46e4 View commit details
    Browse the repository at this point in the history