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

Update goreleaser/goreleaser-action action to v6 #56

Closed
wants to merge 69 commits into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Aug 8, 2024

This PR contains the following updates:

Package Type Update Change
goreleaser/goreleaser-action action major v1.3.1 -> v6.1.0

Release Notes

goreleaser/goreleaser-action (goreleaser/goreleaser-action)

v6.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: goreleaser/goreleaser-action@v6.0.0...v6.1.0

v6.0.0

Compare Source

[!WARNING]
This is a breaking change!

Follow the instructions here to upgrade!

What's Changed

Full Changelog: goreleaser/goreleaser-action@v5...v6.0.0

v5.1.0

Compare Source

Important

This version changes the default behavior of latest to ~> v1.

The next major of this action (v6), will change this to ~> v2, and will be launched together with GoReleaser v2.

What's Changed

New Contributors

Full Changelog: goreleaser/goreleaser-action@v5.0.0...v5.1.0

v5.0.0

Compare Source

What's Changed

Full Changelog: goreleaser/goreleaser-action@v4.6.0...v5.0.0

v4.6.0

Compare Source

Reverts the change to node20 runtime.

Full Changelog: goreleaser/goreleaser-action@v4.5.0...v4.6.0

v4.5.0

Compare Source

What's Changed
New Contributors

Full Changelog: goreleaser/goreleaser-action@v4.4.0...v4.5.0

v4.4.0

Compare Source

What's Changed

Full Changelog: goreleaser/goreleaser-action@v4.3.0...v4.4.0

v4.3.0

Compare Source

What's Changed

New Contributors

Full Changelog: goreleaser/goreleaser-action@v4.2.0...v4.3.0

v4.2.0

Compare Source

What's Changed

Full Changelog: goreleaser/goreleaser-action@v4.1.1...v4.2.0

v4.1.1

Compare Source

What's Changed
New Contributors

Full Changelog: goreleaser/goreleaser-action@v4.1.0...v4.1.1

v4.1.0

Compare Source

What's Changed
Migrating from v3

If you need the auto-snapshot feature, take a look at this example repository: it's a minimal working example with all you need.

New Contributors

Full Changelog: goreleaser/goreleaser-action@v4...v4.1.0

v4.0.0

Compare Source

What's Changed
Migrating from v3

If you need the auto-snapshot feature, take a look at this example repository: it's a minimal working example with all you need.

Full Changelog: goreleaser/goreleaser-action@v3...v4.0.0

v3.2.0

Compare Source

What's Changed

Full Changelog: goreleaser/goreleaser-action@v3.1.0...v3.2.0

v3.1.0

Compare Source

What's Changed

Full Changelog: goreleaser/goreleaser-action@v3.0.0...v3.1.0

v3.0.0

Compare Source

What's Changed
New Contributors

Full Changelog: goreleaser/goreleaser-action@v2.9.1...v3.0.0

v2.9.1

Compare Source

What's Changed

Full Changelog: goreleaser/goreleaser-action@v2...v2.9.1

v2.9.0

Compare Source

What's Changed

Full Changelog: goreleaser/goreleaser-action@v2.8.1...v2.9.0

v2.8.1

Compare Source

What's Changed

Full Changelog: goreleaser/goreleaser-action@v2.8.0...v2.8.1

v2.8.0

Compare Source

What's Changed

Full Changelog: goreleaser/goreleaser-action@v2.6.1...v2.8.0

v2.7.0

Compare Source

v2.6.1

Compare Source

  • test: ci tests pro version (#​288)
  • fix: distribution field
  • chore(deps): bump ws from 7.3.0 to 7.4.6 (#​287)
  • chore(deps): bump @​actions/tool-cache from 1.6.1 to 1.7.0 (#​286)
  • test: fix github tests
  • docs: remove changelog (#​285)
  • docs: changelog update

v2.6.0

Compare Source

v2.5.0

Compare Source

v2.4.1

Compare Source

  • Do not overwrite GORELEASER_CURRENT_TAG if already declared (#​260)

v2.4.0

Compare Source

v2.3.0

Compare Source

  • Add install-only option for using goreleaser in user scripts (#​252)
  • Update deps

v2.2.1

Compare Source

v2.2.0

Compare Source

  • Use GITHUB_REF to retrieve tag before checking the most recent tag (#​238)
  • Update deps

v2.1.1

Compare Source

v2.1.0

Compare Source

v2.0.2

Compare Source

  • Use template in sign.args

v2.0.1

Compare Source

  • Dummy release to mark v2 as latest on the marketplace

v2.0.0

Compare Source

  • Remove key input and use Import GPG GitHub Action instead.
  • Make args input as required
  • Go 1.14
  • Update deps

v1.5.1

Compare Source

  • Mark key input as deprecated

v1.5.0

Compare Source

  • Use native GitHub Action tools to download assets and use GitHub API
  • Fix unexpected output when tag not found
  • Use GitHub Action exec
  • Cleanup local paths from extra fields
  • Add notes about limitation with GITHUB_TOKEN (#​58)
  • Add Codecov

v1.4.0

Compare Source

  • Use ncc and clean workflows
  • Update deps

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

renovate-bot and others added 26 commits March 31, 2020 21:17
…us-1.x

Update module sirupsen/logrus to v1.5.0
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 0.0.6 to 0.0.7.
- [Release notes](https://github.com/spf13/cobra/releases)
- [Commits](spf13/cobra@v0.0.6...0.0.7)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
…spf13/cobra-0.0.7

Bump github.com/spf13/cobra from 0.0.6 to 0.0.7
Implement PR Gate with GitHub Action
@renovate renovate bot force-pushed the renovate/goreleaser-goreleaser-action-6.x branch from fa53340 to 4dd64a6 Compare November 7, 2024 17:06
@vs4vijay vs4vijay closed this Jan 8, 2025
@vs4vijay vs4vijay deleted the renovate/goreleaser-goreleaser-action-6.x branch January 8, 2025 16:40
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.

2 participants