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
This commit is contained in:
anonpenguin23 2026-05-12 09:42:51 +03:00
parent b8e06cca56
commit 6e31184d0e
2 changed files with 7 additions and 7 deletions

View File

@ -76,7 +76,7 @@ nfpms:
builds: builds:
- orama - orama
vendor: DeBros vendor: DeBros
homepage: https://github.com/DeBrosOfficial/network homepage: https://github.com/DeBrosDAO/orama
maintainer: DeBros <dev@debros.io> maintainer: DeBros <dev@debros.io>
description: CLI tool for the Orama decentralized network description: CLI tool for the Orama decentralized network
license: MIT license: MIT
@ -98,7 +98,7 @@ nfpms:
builds: builds:
- orama-node - orama-node
vendor: DeBros vendor: DeBros
homepage: https://github.com/DeBrosOfficial/network homepage: https://github.com/DeBrosDAO/orama
maintainer: DeBros <dev@debros.io> maintainer: DeBros <dev@debros.io>
description: Node daemon for the Orama decentralized network description: Node daemon for the Orama decentralized network
license: MIT license: MIT
@ -120,11 +120,11 @@ brews:
ids: ids:
- orama-archives - orama-archives
repository: repository:
owner: DeBrosOfficial owner: DeBrosDAO
name: homebrew-tap name: homebrew-tap
token: "{{ .Env.HOMEBREW_TAP_TOKEN }}" token: "{{ .Env.HOMEBREW_TAP_TOKEN }}"
folder: Formula folder: Formula
homepage: https://github.com/DeBrosOfficial/network homepage: https://github.com/DeBrosDAO/orama
description: CLI tool for the Orama decentralized network description: CLI tool for the Orama decentralized network
license: MIT license: MIT
install: | install: |
@ -153,8 +153,8 @@ changelog:
release: release:
github: github:
owner: DeBrosOfficial owner: DeBrosDAO
name: network name: orama
draft: false draft: false
prerelease: auto prerelease: auto
name_template: "Release {{.Version}}" 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 .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) COMMIT ?= $(shell git rev-parse --short HEAD 2>/dev/null || echo unknown)
DATE ?= $(shell date -u +%Y-%m-%dT%H:%M:%SZ) DATE ?= $(shell date -u +%Y-%m-%dT%H:%M:%SZ)
LDFLAGS := -X 'main.version=$(VERSION)' -X 'main.commit=$(COMMIT)' -X 'main.date=$(DATE)' LDFLAGS := -X 'main.version=$(VERSION)' -X 'main.commit=$(COMMIT)' -X 'main.date=$(DATE)'