Skip to content

chore(deps): bump goreleaser/goreleaser-action from 7.1.0 to 7.2.3 - #79

Closed
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/github_actions/develop/goreleaser/goreleaser-action-7.2.3
Closed

dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/github_actions/develop/goreleaser/goreleaser-action-7.2.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 8, 2026

Copy link
Copy Markdown
Contributor

Bumps goreleaser/goreleaser-action from 7.1.0 to 7.2.3.

Release notes

Sourced from goreleaser/goreleaser-action's releases.

v7.2.3

What's Changed

Full Changelog: goreleaser/goreleaser-action@v7.2.2...v7.2.3

v7.2.2

What's Changed

New Contributors

Full Changelog: goreleaser/goreleaser-action@v7...v7.2.2

v7.2.1

This fully removes the usage of the old nightly moving tag.

Full Changelog: goreleaser/goreleaser-action@v7.2.0...v7.2.1

v7.2.0

What's Changed

Full Changelog: goreleaser/goreleaser-action@v7...v7.2.0

Commits
  • f06c13b chore: update dist
  • d393459 ci: fix job
  • ee731b1 chore: workflow dispatch
  • 55de448 chore(deps): bump js-yaml from 4.1.1 to 4.2.0
  • a4f614e ci: use a GitHub App token to rebuild dist on dependabot PRs (#569)
  • d2d17a6 ci: auto-rebuild dist on dependabot PRs (#568)
  • d13def3 build: regenerate dist after undici 6.27.0 bump (#567)
  • 21549b6 chore(deps): bump undici from 6.24.1 to 6.27.0 (#565)
  • 47c416d ci(deps): bump the actions group with 3 updates (#563)
  • 5daf1e9 fix: nightly resolution to select newest published release (#562)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 7.1.0 to 7.2.3.
- [Release notes](https://github.com/goreleaser/goreleaser-action/releases)
- [Commits](goreleaser/goreleaser-action@e24998b...f06c13b)

---
updated-dependencies:
- dependency-name: goreleaser/goreleaser-action
  dependency-version: 7.2.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Aug 8, 2026
@dependabot
dependabot Bot requested a review from phpboyscout as a code owner August 8, 2026 10:18
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Aug 8, 2026
@phpboyscout phpboyscout closed this Aug 8, 2026
@dependabot @github

dependabot Bot commented on behalf of github Aug 8, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/github_actions/develop/goreleaser/goreleaser-action-7.2.3 branch August 8, 2026 10:24
phpboyscout added a commit that referenced this pull request Sep 16, 2026
…e, not main.go

The skeleton emitted `main: cmd/<name>/main.go`, and `go build` of a
single file compiles that file alone. The generator also emits
keychain.go, and signing.go when signing is on, into the same
`package main` to link a backend by blank import, so every released
binary of a scaffolded tool shipped without the backends its source
declared: colophon, keryx, skillup and phpbotscout with no OS keychain,
and sigillum with no signing backend at all (#79, sigillum#10). Nothing
short of the release artefact showed it, because go build ./..., go
test and go run all compile the package.

`main:` is now `./cmd/<name>`, the form go-tool-base and krites already
use. The red test generates a project with keychain and signing on,
reads `main:` back, and asserts it names a directory holding every
`package main` file the generator emitted, so the two halves the
generator writes are checked against each other.

Closes #79

Release-Note: The generated `.goreleaser.yaml` now builds `./cmd/<name>` (the package) instead of `cmd/<name>/main.go` (one file), so released binaries link the keychain and signing backends the generated `cmd/<name>/*.go` files declare. An existing project picks the fix up on `gtb regenerate project` where its `.goreleaser.yaml` is unmodified, or by editing the `main:` line by hand.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant