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.8.2
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.8.3
Choose a head ref
  • 5 commits
  • 18 files changed
  • 4 contributors

Commits on Apr 18, 2022

  1. chore(deps): bump anchore/sbom-action from 0.10.0 to 0.11.0 (#3050)

    Bumps [anchore/sbom-action](https://github.com/anchore/sbom-action) from 0.10.0 to 0.11.0.
    - [Release notes](https://github.com/anchore/sbom-action/releases)
    - [Commits](anchore/sbom-action@407a3ec...bb71640)
    
    ---
    updated-dependencies:
    - dependency-name: anchore/sbom-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 18, 2022
    Configuration menu
    Copy the full SHA
    8dc3437 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2022

  1. docs: clarify release.skip behavior

    It skips the entire SCM release, not  only the artifact upload.
    
    Closes #3051
    
    Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
    caarlos0 committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    16f7e0d View commit details
    Browse the repository at this point in the history
  2. docs: fix typos (#3054)

    deining authored Apr 19, 2022
    Configuration menu
    Copy the full SHA
    38bc6b5 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2022

  1. fix: archive ids (#3052)

    * fix: archive ids
    
    Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
    
    * test: add archive id filter test
    
    Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
    caarlos0 authored Apr 20, 2022
    Configuration menu
    Copy the full SHA
    922992c View commit details
    Browse the repository at this point in the history
  2. fix: custom targets if missing goamd64, goarm, gomips (#3056)

    * fix: custom targets if missing goamd64, goarm, gomips
    
    if the user provide custom targets without the goamd64, goarm or gomips bit, things may go awry at some point.
    
    this prevents issues by suffixing them with the default when its missing.
    
    closes #3055
    
    Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
    
    * test: fix build tests
    
    Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
    caarlos0 authored Apr 20, 2022
    Configuration menu
    Copy the full SHA
    6343639 View commit details
    Browse the repository at this point in the history
Loading