releases
This commit is contained in:
1
backend/dist/artifacts.json
vendored
Normal file
1
backend/dist/artifacts.json
vendored
Normal file
File diff suppressed because one or more lines are too long
131
backend/dist/config.yaml
vendored
Normal file
131
backend/dist/config.yaml
vendored
Normal file
@@ -0,0 +1,131 @@
|
|||||||
|
project_name: monaco
|
||||||
|
release:
|
||||||
|
github:
|
||||||
|
owner: Arnab-Afk
|
||||||
|
name: monaco
|
||||||
|
name_template: '{{.Tag}}'
|
||||||
|
builds:
|
||||||
|
- id: monaco
|
||||||
|
goos:
|
||||||
|
- linux
|
||||||
|
- darwin
|
||||||
|
- windows
|
||||||
|
goarch:
|
||||||
|
- amd64
|
||||||
|
- arm64
|
||||||
|
- "386"
|
||||||
|
goamd64:
|
||||||
|
- v1
|
||||||
|
go386:
|
||||||
|
- sse2
|
||||||
|
goarm:
|
||||||
|
- "6"
|
||||||
|
goarm64:
|
||||||
|
- v8.0
|
||||||
|
gomips:
|
||||||
|
- hardfloat
|
||||||
|
goppc64:
|
||||||
|
- power8
|
||||||
|
goriscv64:
|
||||||
|
- rva20u64
|
||||||
|
targets:
|
||||||
|
- linux_amd64_v1
|
||||||
|
- linux_arm64_v8.0
|
||||||
|
- linux_386_sse2
|
||||||
|
- darwin_amd64_v1
|
||||||
|
- darwin_arm64_v8.0
|
||||||
|
- windows_amd64_v1
|
||||||
|
- windows_arm64_v8.0
|
||||||
|
- windows_386_sse2
|
||||||
|
dir: .
|
||||||
|
main: .
|
||||||
|
binary: monaco
|
||||||
|
builder: go
|
||||||
|
tool: go
|
||||||
|
command: build
|
||||||
|
ldflags:
|
||||||
|
- -s -w -X main.version={{.Version}} -X main.commit={{.Commit}} -X main.date={{.Date}} -X main.builtBy=goreleaser
|
||||||
|
archives:
|
||||||
|
- id: default
|
||||||
|
builds_info:
|
||||||
|
mode: 493
|
||||||
|
name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ with .Arm }}v{{ . }}{{ end }}{{ with .Mips }}_{{ . }}{{ end }}{{ if not (eq .Amd64 "v1") }}{{ .Amd64 }}{{ end }}'
|
||||||
|
formats:
|
||||||
|
- tar.gz
|
||||||
|
files:
|
||||||
|
- src: license*
|
||||||
|
- src: LICENSE*
|
||||||
|
- src: readme*
|
||||||
|
- src: README*
|
||||||
|
- src: changelog*
|
||||||
|
- src: CHANGELOG*
|
||||||
|
snapshot:
|
||||||
|
version_template: '{{ .Version }}-SNAPSHOT-{{ .ShortCommit }}'
|
||||||
|
checksum:
|
||||||
|
name_template: '{{ .ProjectName }}_{{ .Version }}_checksums.txt'
|
||||||
|
algorithm: sha256
|
||||||
|
changelog:
|
||||||
|
format: '{{ .SHA }} {{ .Message }}'
|
||||||
|
dist: dist
|
||||||
|
env_files:
|
||||||
|
github_token: ~/.config/goreleaser/github_token
|
||||||
|
gitlab_token: ~/.config/goreleaser/gitlab_token
|
||||||
|
gitea_token: ~/.config/goreleaser/gitea_token
|
||||||
|
source:
|
||||||
|
name_template: '{{ .ProjectName }}-{{ .Version }}'
|
||||||
|
format: tar.gz
|
||||||
|
gomod:
|
||||||
|
gobinary: go
|
||||||
|
announce:
|
||||||
|
twitter:
|
||||||
|
message_template: '{{ .ProjectName }} {{ .Tag }} is out! Check it out at {{ .ReleaseURL }}'
|
||||||
|
mastodon:
|
||||||
|
message_template: '{{ .ProjectName }} {{ .Tag }} is out! Check it out at {{ .ReleaseURL }}'
|
||||||
|
server: ""
|
||||||
|
reddit:
|
||||||
|
title_template: '{{ .ProjectName }} {{ .Tag }} is out!'
|
||||||
|
url_template: '{{ .ReleaseURL }}'
|
||||||
|
slack:
|
||||||
|
message_template: '{{ .ProjectName }} {{ .Tag }} is out! Check it out at {{ .ReleaseURL }}'
|
||||||
|
username: GoReleaser
|
||||||
|
discord:
|
||||||
|
message_template: '{{ .ProjectName }} {{ .Tag }} is out! Check it out at {{ .ReleaseURL }}'
|
||||||
|
author: GoReleaser
|
||||||
|
color: "3888754"
|
||||||
|
icon_url: https://goreleaser.com/static/avatar.png
|
||||||
|
teams:
|
||||||
|
title_template: '{{ .ProjectName }} {{ .Tag }} is out!'
|
||||||
|
message_template: '{{ .ProjectName }} {{ .Tag }} is out! Check it out at {{ .ReleaseURL }}'
|
||||||
|
color: '#2D313E'
|
||||||
|
icon_url: https://goreleaser.com/static/avatar.png
|
||||||
|
smtp:
|
||||||
|
subject_template: '{{ .ProjectName }} {{ .Tag }} is out!'
|
||||||
|
body_template: 'You can view details from: {{ .ReleaseURL }}'
|
||||||
|
mattermost:
|
||||||
|
message_template: '{{ .ProjectName }} {{ .Tag }} is out! Check it out at {{ .ReleaseURL }}'
|
||||||
|
title_template: '{{ .ProjectName }} {{ .Tag }} is out!'
|
||||||
|
username: GoReleaser
|
||||||
|
linkedin:
|
||||||
|
message_template: '{{ .ProjectName }} {{ .Tag }} is out! Check it out at {{ .ReleaseURL }}'
|
||||||
|
telegram:
|
||||||
|
message_template: '{{ mdv2escape .ProjectName }} {{ mdv2escape .Tag }} is out{{ mdv2escape "!" }} Check it out at {{ mdv2escape .ReleaseURL }}'
|
||||||
|
parse_mode: MarkdownV2
|
||||||
|
webhook:
|
||||||
|
message_template: '{ "message": "{{ .ProjectName }} {{ .Tag }} is out! Check it out at {{ .ReleaseURL }}"}'
|
||||||
|
content_type: application/json; charset=utf-8
|
||||||
|
expected_status_codes:
|
||||||
|
- 200
|
||||||
|
- 201
|
||||||
|
- 202
|
||||||
|
- 204
|
||||||
|
opencollective:
|
||||||
|
title_template: '{{ .Tag }}'
|
||||||
|
message_template: '{{ .ProjectName }} {{ .Tag }} is out!<br/>Check it out at <a href="{{ .ReleaseURL }}">{{ .ReleaseURL }}</a>'
|
||||||
|
bluesky:
|
||||||
|
message_template: '{{ .ProjectName }} {{ .Tag }} is out! Check it out at {{ .ReleaseURL }}'
|
||||||
|
git:
|
||||||
|
tag_sort: -version:refname
|
||||||
|
github_urls:
|
||||||
|
download: https://github.com
|
||||||
|
gitlab_urls:
|
||||||
|
download: https://gitlab.com
|
||||||
1
backend/dist/metadata.json
vendored
Normal file
1
backend/dist/metadata.json
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
{"project_name":"monaco","tag":"v0.0.0","previous_tag":"","version":"0.0.0-SNAPSHOT-574f754","commit":"574f7549406a4faa0d84d53eb201ae7ebd1edc1a","date":"2025-03-26T20:50:22.2203996+05:30","runtime":{"goos":"windows","goarch":"amd64"}}
|
||||||
8
backend/dist/monaco_0.0.0-SNAPSHOT-574f754_checksums.txt
vendored
Normal file
8
backend/dist/monaco_0.0.0-SNAPSHOT-574f754_checksums.txt
vendored
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
41202196ac39bef7e0fdb394f838967c82dd4429245c5e4c720d849bc8b73c2d monaco_0.0.0-SNAPSHOT-574f754_darwin_amd64.tar.gz
|
||||||
|
c69d1632f0c2bb6df9fa5bf33ac892596bf69cd994ee022dfc4659a2c8df4000 monaco_0.0.0-SNAPSHOT-574f754_darwin_arm64.tar.gz
|
||||||
|
b1b7bd54911686aa5c8539e9fbb4b5c4ac7ba5609eb9df32976edf14821acd59 monaco_0.0.0-SNAPSHOT-574f754_linux_386.tar.gz
|
||||||
|
b078183b95e9088a3cd9814113a98197a44cf93bb14e27a148f2ccc5d5a2db27 monaco_0.0.0-SNAPSHOT-574f754_linux_amd64.tar.gz
|
||||||
|
9fed0feae759d5731b4ea347d239cc559008bde1ff3c4afdcc27a89260696c92 monaco_0.0.0-SNAPSHOT-574f754_linux_arm64.tar.gz
|
||||||
|
dc8e6b76317db38904f1899d8895ed4a361cca931224b48875ed1cef2604ce59 monaco_0.0.0-SNAPSHOT-574f754_windows_386.tar.gz
|
||||||
|
86b9667a338fa80bb6a175fbb881f7eb02f2a31378c1a76f3b92671f2c24f845 monaco_0.0.0-SNAPSHOT-574f754_windows_amd64.tar.gz
|
||||||
|
642cf9946261558515db88540cf7ecb92859c73afd1600c0441605dd68518757 monaco_0.0.0-SNAPSHOT-574f754_windows_arm64.tar.gz
|
||||||
BIN
backend/dist/monaco_0.0.0-SNAPSHOT-574f754_darwin_amd64.tar.gz
vendored
Normal file
BIN
backend/dist/monaco_0.0.0-SNAPSHOT-574f754_darwin_amd64.tar.gz
vendored
Normal file
Binary file not shown.
BIN
backend/dist/monaco_0.0.0-SNAPSHOT-574f754_darwin_arm64.tar.gz
vendored
Normal file
BIN
backend/dist/monaco_0.0.0-SNAPSHOT-574f754_darwin_arm64.tar.gz
vendored
Normal file
Binary file not shown.
BIN
backend/dist/monaco_0.0.0-SNAPSHOT-574f754_linux_386.tar.gz
vendored
Normal file
BIN
backend/dist/monaco_0.0.0-SNAPSHOT-574f754_linux_386.tar.gz
vendored
Normal file
Binary file not shown.
BIN
backend/dist/monaco_0.0.0-SNAPSHOT-574f754_linux_amd64.tar.gz
vendored
Normal file
BIN
backend/dist/monaco_0.0.0-SNAPSHOT-574f754_linux_amd64.tar.gz
vendored
Normal file
Binary file not shown.
BIN
backend/dist/monaco_0.0.0-SNAPSHOT-574f754_linux_arm64.tar.gz
vendored
Normal file
BIN
backend/dist/monaco_0.0.0-SNAPSHOT-574f754_linux_arm64.tar.gz
vendored
Normal file
Binary file not shown.
BIN
backend/dist/monaco_0.0.0-SNAPSHOT-574f754_windows_386.tar.gz
vendored
Normal file
BIN
backend/dist/monaco_0.0.0-SNAPSHOT-574f754_windows_386.tar.gz
vendored
Normal file
Binary file not shown.
BIN
backend/dist/monaco_0.0.0-SNAPSHOT-574f754_windows_amd64.tar.gz
vendored
Normal file
BIN
backend/dist/monaco_0.0.0-SNAPSHOT-574f754_windows_amd64.tar.gz
vendored
Normal file
Binary file not shown.
BIN
backend/dist/monaco_0.0.0-SNAPSHOT-574f754_windows_arm64.tar.gz
vendored
Normal file
BIN
backend/dist/monaco_0.0.0-SNAPSHOT-574f754_windows_arm64.tar.gz
vendored
Normal file
Binary file not shown.
BIN
backend/dist/monaco_darwin_amd64_v1/monaco
vendored
Normal file
BIN
backend/dist/monaco_darwin_amd64_v1/monaco
vendored
Normal file
Binary file not shown.
BIN
backend/dist/monaco_darwin_arm64_v8.0/monaco
vendored
Normal file
BIN
backend/dist/monaco_darwin_arm64_v8.0/monaco
vendored
Normal file
Binary file not shown.
BIN
backend/dist/monaco_linux_386_sse2/monaco
vendored
Normal file
BIN
backend/dist/monaco_linux_386_sse2/monaco
vendored
Normal file
Binary file not shown.
BIN
backend/dist/monaco_linux_amd64_v1/monaco
vendored
Normal file
BIN
backend/dist/monaco_linux_amd64_v1/monaco
vendored
Normal file
Binary file not shown.
BIN
backend/dist/monaco_linux_arm64_v8.0/monaco
vendored
Normal file
BIN
backend/dist/monaco_linux_arm64_v8.0/monaco
vendored
Normal file
Binary file not shown.
BIN
backend/dist/monaco_windows_386_sse2/monaco.exe
vendored
Normal file
BIN
backend/dist/monaco_windows_386_sse2/monaco.exe
vendored
Normal file
Binary file not shown.
BIN
backend/dist/monaco_windows_amd64_v1/monaco.exe
vendored
Normal file
BIN
backend/dist/monaco_windows_amd64_v1/monaco.exe
vendored
Normal file
Binary file not shown.
BIN
backend/dist/monaco_windows_arm64_v8.0/monaco.exe
vendored
Normal file
BIN
backend/dist/monaco_windows_arm64_v8.0/monaco.exe
vendored
Normal file
Binary file not shown.
Reference in New Issue
Block a user