[PR #1895] [MERGED] Remove archives.replacements in goreleaser.yaml #2179

Closed
opened 2026-03-01 21:54:20 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/nektos/act/pull/1895
Author: @wolfogre
Created: 7/5/2023
Status: Merged
Merged: 7/10/2023
Merged by: @mergify[bot]

Base: masterHead: bugfix/goreleaser


📝 Commits (5)

📊 Changes

4 files changed (+10 additions, -10 deletions)

View changed files

📝 .github/workflows/checks.yml (+1 -1)
📝 .github/workflows/release.yml (+1 -1)
📝 .goreleaser.yml (+7 -7)
📝 Makefile (+1 -1)

📄 Description

Fix #1894 and other CI failures.

archives.replacements has been removed since goreleaser v1.19.0. See https://goreleaser.com/deprecations/#archivesreplacements

Use an equivalent replacement to handle it.

To ensure that it is indeed equivalent, there's the archives of v0.2.46:

image

And the CI outputs of this PR:

image

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/nektos/act/pull/1895 **Author:** [@wolfogre](https://github.com/wolfogre) **Created:** 7/5/2023 **Status:** ✅ Merged **Merged:** 7/10/2023 **Merged by:** [@mergify[bot]](https://github.com/apps/mergify) **Base:** `master` ← **Head:** `bugfix/goreleaser` --- ### 📝 Commits (5) - [`9bea435`](https://github.com/nektos/act/commit/9bea435218721de27eff007e2b930e0fe2c2c317) fix: update name template in goreleaser - [`d12e1b6`](https://github.com/nektos/act/commit/d12e1b66ec13f1b83d90cefc04e6e6dcf70b57a7) fix: add arm version - [`13c3ecf`](https://github.com/nektos/act/commit/13c3ecfc1e5a34a0ac60b1d8abf3038814917753) fix: space - [`0ba315d`](https://github.com/nektos/act/commit/0ba315d635ffb92dcfa8602b525060ec7c1486a4) fix: --clean - [`6e6dcbd`](https://github.com/nektos/act/commit/6e6dcbd6d54552d0c41214d19f0242a792c398cb) Merge branch 'master' into bugfix/goreleaser ### 📊 Changes **4 files changed** (+10 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/checks.yml` (+1 -1) 📝 `.github/workflows/release.yml` (+1 -1) 📝 `.goreleaser.yml` (+7 -7) 📝 `Makefile` (+1 -1) </details> ### 📄 Description Fix #1894 and other CI failures. `archives.replacements` has been removed since goreleaser v1.19.0. See https://goreleaser.com/deprecations/#archivesreplacements Use an equivalent replacement to handle it. To ensure that it is indeed equivalent, there's the archives of `v0.2.46`: <img width="246" alt="image" src="https://github.com/nektos/act/assets/9418365/3f8a4d78-bc66-4192-b1c7-44647f4d7fc0"> And the CI outputs of this PR: <img width="281" alt="image" src="https://github.com/nektos/act/assets/9418365/5a016264-2a8e-4ab6-8dee-a22001768926"> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-01 21:54:20 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/act#2179
No description provided.