8000 Comparing v1.9.1...v1.9.2 · goreleaser/goreleaser · GitHub
[go: up one dir, main page]

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/goreleaser
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.9.1
Choose a base ref
...
head repository: goreleaser/goreleaser
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.9.2
Choose a head ref
  • 5 commits
  • 9 files changed
  • 2 contributors

Commits on May 20, 2022

  1. docs: clarify godownloader deprecation

    Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
    caarlos0 committed May 20, 2022
    Configuration menu
    Copy the full SHA
    08769d7 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2022

  1. fix: deprecation message of nfpm.maintainers

    It was saying it should not be used anymore, while it is actually the
    other way around: it should always be set.
    
    closes #3124
    
    Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
    caarlos0 committed May 24, 2022
    Configuration menu
    Copy the full SHA
    38c5e6a View commit details
    Browse the repository at this point in the history

Commits on May 26, 2022

  1. fix: update to stable yaml.v3

    fix CVE-2022-28948
    fix GHSA-hp87-p4gw-j4gq
    
    Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
    caarlos0 committed May 26, 2022
    Configuration menu
    Copy the full SHA
    b59a3c2 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2022

  1. fix: ensure same tag on edit

    this change is just to prevent merge conflicts in goreleaser pro
    
    refs #3132
    
    Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
    caarlos0 committed May 27, 2022
    Configuration menu
    Copy the full SHA
    2d0ab9e View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump actions/setup-go from 3.1.0 to 3.2.0 (#3133)

    * chore(deps): bump actions/setup-go from 3.1.0 to 3.2.0
    
    Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3.1.0 to 3.2.0.
    - [Release notes](https://github.com/actions/setup-go/releases)
    - [Commits](actions/setup-go@fcdc436...b22fbbc)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-go
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Apply suggestions from code review
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
    dependabot[bot] and caarlos0 authored May 27, 2022
    Configuration menu
    Copy the full SHA
    b869ea4 View commit details
    Browse the repository at this point in the history
Loading
0