mirror of
https://github.com/DeBrosOfficial/orama.git
synced 2026-06-16 22:54:12 +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
This commit is contained in:
parent
b8e06cca56
commit
6e31184d0e
@ -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}}"
|
||||
|
||||
@ -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)'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user