mirror of
https://github.com/DeBrosOfficial/orama.git
synced 2026-06-17 01:54:13 +00:00
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:
parent
daa96a5c2f
commit
10056fe5db
@ -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}}"
|
||||||
|
|||||||
@ -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)'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user