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: goreleaser/nfpm
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.29.0
Choose a base ref
...
head repository: goreleaser/nfpm
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.30.0
Choose a head ref
  • 10 commits
  • 15 files changed
  • 3 contributors

Commits on May 24, 2023

  1. docs: update cmd docs

    caarlos0 authored and github-actions[bot] committed May 24, 2023
    Configuration menu
    Copy the full SHA
    96f5d5c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cbc2603 View commit details
    Browse the repository at this point in the history
  3. build: fix url

    caarlos0 committed May 24, 2023
    Configuration menu
    Copy the full SHA
    cd2c3e4 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2023

  1. fix: add filename to error log

    Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
    caarlos0 committed May 26, 2023
    Configuration menu
    Copy the full SHA
    b6798f6 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2023

  1. feat(deps): bump github.com/imdario/mergo from 0.3.15 to 0.3.16 (#664)

    Bumps [github.com/imdario/mergo](https://github.com/imdario/mergo) from 0.3.15 to 0.3.16.
    - [Release notes](https://github.com/imdario/mergo/releases)
    - [Commits](darccio/mergo@v0.3.15...v0.3.16)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/imdario/mergo
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 29, 2023
    Configuration menu
    Copy the full SHA
    1775791 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. feat(deps): bump github.com/stretchr/testify from 1.8.3 to 1.8.4 (#666)

    Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.3 to 1.8.4.
    - [Release notes](https://github.com/stretchr/testify/releases)
    - [Commits](stretchr/testify@v1.8.3...v1.8.4)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/stretchr/testify
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 31, 2023
    Configuration menu
    Copy the full SHA
    14ce368 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2023

  1. Configuration menu
    Copy the full SHA
    0be0123 View commit details
    Browse the repository at this point in the history
  2. feat: completion improvements (#668)

    * feat: add flag argument completions
    
    * feat: do not offer completions for commands taking no args
    scop authored Jun 5, 2023
    Configuration menu
    Copy the full SHA
    8b1af19 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5820ab1 View commit details
    Browse the repository at this point in the history
  4. chore: remove some panics

    It'll only error if the flag doesn't exist, which is not that bad, so
    I just removed the panics for now... like the other options set the same
    way.
    caarlos0 committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    af65ba8 View commit details
    Browse the repository at this point in the history
Loading