You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

36 lines
537 B

  1. before:
  2. hooks:
  3. - go mod download
  4. builds:
  5. - main: ./cli/node/main.go
  6. binary: node
  7. id: node
  8. goos:
  9. - linux
  10. - darwin
  11. - windows
  12. hooks:
  13. pre: make migration-pack
  14. post: make migration-clean
  15. archives:
  16. - replacements:
  17. darwin: Darwin
  18. linux: Linux
  19. windows: Windows
  20. 386: i386
  21. amd64: x86_64
  22. checksum:
  23. name_template: 'checksums.txt'
  24. snapshot:
  25. name_template: "{{ .Tag }}-next"
  26. changelog:
  27. sort: asc
  28. filters:
  29. exclude:
  30. - '^docs:'
  31. - '^test:'