ci: point goreleaser at renamed DeBrosDAO/orama repo, bump to 0.122.7

The repo moved from DeBrosOfficial/network to DeBrosDAO/orama.
GoReleaser was uploading artifacts to the old URL and getting 307
redirects, then retrying until secondary rate limits kicked in.

- release.github.owner/name: DeBrosOfficial/network -> DeBrosDAO/orama
- brews.repository.owner: DeBrosOfficial -> DeBrosDAO
- all homepage URLs updated
- bump VERSION to 0.122.7 for fourth pipeline test

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
anonpenguin23 2026-05-12 09:42:51 +03:00
parent daa96a5c2f
commit 10056fe5db
2 changed files with 7 additions and 7 deletions

View File

@ -76,7 +76,7 @@ nfpms:
builds:
- orama
vendor: DeBros
homepage: https://github.com/DeBrosOfficial/network
homepage: https://github.com/DeBrosDAO/orama
maintainer: DeBros <dev@debros.io>
description: CLI tool for the Orama decentralized network
license: MIT
@ -98,7 +98,7 @@ nfpms:
builds:
- orama-node
vendor: DeBros
homepage: https://github.com/DeBrosOfficial/network
homepage: https://github.com/DeBrosDAO/orama
maintainer: DeBros <dev@debros.io>
description: Node daemon for the Orama decentralized network
license: MIT
@ -120,11 +120,11 @@ brews:
ids:
- orama-archives
repository:
owner: DeBrosOfficial
owner: DeBrosDAO
name: homebrew-tap
token: "{{ .Env.HOMEBREW_TAP_TOKEN }}"
folder: Formula
homepage: https://github.com/DeBrosOfficial/network
homepage: https://github.com/DeBrosDAO/orama
description: CLI tool for the Orama decentralized network
license: MIT
install: |
@ -153,8 +153,8 @@ changelog:
release:
github:
owner: DeBrosOfficial
name: network
owner: DeBrosDAO
name: orama
draft: false
prerelease: auto
name_template: "Release {{.Version}}"

View File

@ -63,7 +63,7 @@ test-e2e-quick:
.PHONY: build clean test deps tidy fmt vet lint install-hooks push-devnet push-testnet rollout-devnet rollout-testnet release
VERSION := 0.122.6
VERSION := 0.122.7
COMMIT ?= $(shell git rev-parse --short HEAD 2>/dev/null || echo unknown)
DATE ?= $(shell date -u +%Y-%m-%dT%H:%M:%SZ)
LDFLAGS := -X 'main.version=$(VERSION)' -X 'main.commit=$(COMMIT)' -X 'main.date=$(DATE)'