aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/cli/combined-release.yml
diff options
context:
space:
mode:
author简律纯 <hsiangnianian@outlook.com>2023-04-28 01:36:55 +0800
committer简律纯 <hsiangnianian@outlook.com>2023-04-28 01:36:55 +0800
commitfc8c5fdce62fb229202659408798a7b6c98f6e8b (patch)
tree7554f80e50de4af6fd255afa7c21bcdd58a7af34 /cli/combined-release.yml
parentdd84b9d64fb98746a230cd24233ff50a562c39c9 (diff)
downloadHydroRoll-fc8c5fdce62fb229202659408798a7b6c98f6e8b.tar.gz
HydroRoll-fc8c5fdce62fb229202659408798a7b6c98f6e8b.zip
Diffstat (limited to 'cli/combined-release.yml')
-rw-r--r--cli/combined-release.yml78
1 files changed, 0 insertions, 78 deletions
diff --git a/cli/combined-release.yml b/cli/combined-release.yml
deleted file mode 100644
index 6b85013..0000000
--- a/cli/combined-release.yml
+++ /dev/null
@@ -1,78 +0,0 @@
-project_name: turbo
-
-dist: dist
-
-builds:
- - id: turbo
- builder: prebuilt
- tags:
- - rust
- - staticbinary
- goos:
- - linux
- - windows
- - darwin
- goarch:
- - amd64
- - arm64
- goamd64:
- - v1
- prebuilt:
- path: dist-combined/turbo_{{ .Os }}_{{ .Arch }}{{ with .Amd64 }}_{{ .}}{{ end }}/bin/turbo{{ .Ext }}
- hooks:
- pre:
- - cmd: ./scripts/npm-native-packages/npm-native-packages.js {{ .Os }} {{ .Arch }} {{ .Version }}
- binary: bin/turbo
-checksum:
- name_template: "checksums.txt"
-snapshot:
- name_template: "{{ incpatch .Version }}"
-archives:
- - id: github
- name_template: "{{ .ProjectName }}-{{ .Version }}-{{ .Os }}-{{ .Arch }}"
- wrap_in_directory: true
- replacements:
- amd64: 64
- format: tar.gz
- format_overrides:
- - goos: windows
- format: zip
- files:
- - LICENSE
- - README.md
- - id: npm
- name_template: "{{ .ProjectName }}-{{ .Os }}-{{ .Arch }}"
- wrap_in_directory: true
- replacements:
- amd64: 64
- format: tar.gz
- files:
- - LICENSE
- - src: "scripts/npm-native-packages/build/{{ .ProjectName }}-{{ .Os }}-{{ .Arch }}/package.json"
- dst: "workaround/.."
- strip_parent: true
- - src: "scripts/npm-native-packages/build/{{ .ProjectName }}-{{ .Os }}-{{ .Arch }}/README.md"
- dst: "workaround/.."
- strip_parent: true
- - src: "scripts/npm-native-packages/build/{{ .ProjectName }}-{{ .Os }}-{{ .Arch }}/bin/*"
- dst: "bin/"
- strip_parent: true
-changelog:
- sort: asc
- filters:
- exclude:
- - "^docs:"
- - "^test:"
-release:
- github:
- owner: vercel
- name: turborepo
- ids:
- - github
- prerelease: auto
- disable: true
-publishers:
- - name: npm
- ids:
- - npm
- cmd: "npm publish{{ if .Prerelease }} --tag canary{{ end }} {{ abs .ArtifactPath }}"