Forráskód Böngészése

delete gorelease file

巴拉迪维 3 éve
szülő
commit
8606f6bcce
2 módosított fájl, 2 hozzáadás és 64 törlés
  1. 2 1
      .gitignore
  2. 0 63
      goreleaser.yaml

+ 2 - 1
.gitignore

@@ -4,4 +4,5 @@ docker/container-data/*
 tmp
 .DS_Store
 build
-.idea
+.idea
+.goreleaser.yaml

+ 0 - 63
goreleaser.yaml

@@ -1,63 +0,0 @@
-project_name: ohUrlShortener
-
-dist: build/
-
-before:
-  hooks:
-    - go mod tidy
-    - go mod download
-
-builds:
-  - env:
-      - CGO_ENABLED=0
-      - GO111MODULE=on
-    goos:
-      - linux
-      - windows
-      - darwin
-    goarch:
-      - amd64
-      - arm64
-
-archives:
-  - replacements:
-      darwin: macOS
-      linux: Linux
-      windows: Windows
-      amd64: x86_64
-
-    files:
-      - README.md
-      - LICENSE
-      - structure.sql
-      - config.ini
-      - CLA.md
-    format_overrides:
-      - goos: windows
-        format: zip
-
-checksum:
-  name_template: 'checksums.txt'
-
-snapshot:
-  name_template: "{{.Version}}"
-
-nfpms:
-  - file_name_template: "{{.ProjectName}}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
-    vendor: 巴拉迪维
-    homepage: https://github.com/barats
-    maintainer: 巴拉迪维 <[email protected]>
-    description: ohUrlShortener
-    license: MulanPSL-2.0
-    formats:
-      - deb
-      - rpm
-    replacements:
-      linux: Linux
-      amd64: x86_64
-
-signs:
-  - artifacts: checksum
-    signature: "${artifact}_sig"
-    cmd: gpg
-    output: true