73eae98929
schemas / vulnerabilities (pull_request) Successful in 2m15s
schemas / check-release (pull_request) Successful in 2m17s
schemas / check (pull_request) Successful in 4m48s
pre-commit / pre-commit (pull_request) Successful in 5m58s
schemas / build (pull_request) Successful in 3m36s
schemas / deploy-prod (pull_request) Has been skipped
- Update git remote to git.unbound.se - Add Gitea workflows: ci.yaml, pre-commit.yaml, release.yaml, goreleaser.yaml - Delete .gitlab-ci.yml - Update Go module path to gitea.unbound.se/unboundsoftware/schemas - Update all imports to new module path - Update Docker registry to oci.unbound.se - Update .goreleaser.yml for Gitea releases with internal cluster URL - Remove GitLab CI linter from pre-commit config - Use shared release workflow with tag_only for versioning Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
51 lines
809 B
YAML
51 lines
809 B
YAML
project_name: unbound-schemas
|
|
version: 2
|
|
|
|
gitea_urls:
|
|
api: http://gitea-http.gitea.svc.cluster.local:3000/api/v1
|
|
download: https://gitea.unbound.se
|
|
|
|
env:
|
|
- CGO_ENABLED=0
|
|
|
|
builds:
|
|
- id: schemactl
|
|
main: ./cmd/schemactl/schemactl.go
|
|
binary: schemactl
|
|
goos:
|
|
- linux
|
|
- darwin
|
|
- windows
|
|
goarch:
|
|
- amd64
|
|
- arm64
|
|
|
|
homebrew_casks:
|
|
- name: unbound-schemas
|
|
repository:
|
|
owner: unboundsoftware
|
|
name: homebrew-taps
|
|
binaries: [schemactl]
|
|
directory: Casks
|
|
commit_author:
|
|
name: "Joakim Olsson"
|
|
email: joakim@unbound.se
|
|
homepage: "https://schemas.unbound.se/"
|
|
|
|
archives:
|
|
- id: unbound-schemas
|
|
|
|
checksum:
|
|
name_template: 'checksums.txt'
|
|
|
|
snapshot:
|
|
version_template: "{{ .Tag }}-next"
|
|
|
|
changelog:
|
|
sort: asc
|
|
filters:
|
|
exclude:
|
|
- '^Merge'
|
|
- '^docs:'
|
|
- '^test:'
|