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.

26 lines
344 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. goarch:
  12. - amd64
  13. checksum:
  14. name_template: 'checksums.txt'
  15. snapshot:
  16. name_template: "{{ .Tag }}-next"
  17. changelog:
  18. sort: asc
  19. filters:
  20. exclude:
  21. - '^docs:'
  22. - '^test:'