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.

35 lines
498 B

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