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 goreleaser #2760

Merged
merged 1 commit into from Mar 16, 2023
Merged

🌱 Fix goreleaser #2760

merged 1 commit into from Mar 16, 2023

Conversation

naveensrinivasan
Copy link
Member

  • Remove GPG signing from .goreleaser.yml
  • Set skip parameter to false in .goreleaser.yml

[.goreleaser.yml]

  • Remove the GPG signing from the .goreleaser.yml file
  • Change the skip parameter to false in the .goreleaser.yml file
  • starting release...
  • loading config file                              file=.goreleaser.yml
  • loading environment variables
  • getting and validating git state
    • building...                                    commit=9ad975764535b9753fbcb0c78335f826dbb213c4 latest tag=v4.10.3
  • parsing tag
  • setting defaults
  • running before hooks
    • running                                        hook=go mod download
  • checking distribution directory
    • --rm-dist is set, cleaning it up
  • loading go mod information
  • build prerequisites
  • proxying go module
    • proxying github.com/ossf/scorecard/v4@v4.10.3 to build github.com/ossf/scorecard/v4
    • proxying github.com/ossf/scorecard/v4@v4.10.3 to build github.com/ossf/scorecard/v4
    • proxying github.com/ossf/scorecard/v4@v4.10.3 to build github.com/ossf/scorecard/v4
  • writing effective config file
    • writing                                        config=dist/config.yaml
  • generating changelog
    • writing                                        changelog=dist/CHANGELOG.md
  • building binaries
    • building                                       binary=dist/scorecard-windows-arm64.exe
    • building                                       binary=dist/scorecard-darwin-arm64
    • building                                       binary=dist/scorecard-linux-amd64
    • building                                       binary=dist/scorecard-linux-arm64
    • building                                       binary=dist/scorecard-darwin-amd64
    • building                                       binary=dist/scorecard-windows-amd64.exe
    • took: 53s
  • archives
    • creating                                       archive=dist/scorecard_4.10.3_windows_arm64.tar.gz
    • creating                                       archive=dist/scorecard_4.10.3_linux_arm64.tar.gz
    • creating                                       archive=dist/scorecard_4.10.3_darwin_amd64.tar.gz
    • creating                                       archive=dist/scorecard_4.10.3_windows_amd64.tar.gz
    • creating                                       archive=dist/scorecard_4.10.3_linux_amd64.tar.gz
    • creating                                       archive=dist/scorecard_4.10.3_darwin_arm64.tar.gz
    • took: 3s
  • calculating checksums
  • storing release metadata
    • writing                                        file=dist/artifacts.json
    • writing                                        file=dist/metadata.json
  • release succeeded after 57s

What kind of change does this PR introduce?

(Is it a bug fix, feature, docs update, something else?)

What is the current behavior?

What is the new behavior (if this is a feature change)?**

  • Tests for the changes have been added (for bug fixes/features)

Which issue(s) this PR fixes

Special notes for your reviewer

Does this PR introduce a user-facing change?

For user-facing changes, please add a concise, human-readable release note to
the release-note

(In particular, describe what changes users might need to make in their
application as a result of this pull request.)


- Remove GPG signing from .goreleaser.yml
- Set `skip` parameter to `false` in .goreleaser.yml

[.goreleaser.yml]
- Remove the GPG signing from the .goreleaser.yml file
- Change the `skip` parameter to `false` in the .goreleaser.yml file

Signed-off-by: naveensrinivasan <172697+naveensrinivasan@users.noreply.github.com>
@naveensrinivasan naveensrinivasan temporarily deployed to integration-test March 16, 2023 13:37 — with GitHub Actions Inactive
@naveensrinivasan naveensrinivasan changed the title Increase recordings, switch API, and lower tolerance 🌱 Fix goreleaser Mar 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants