Skip to content

v1.5.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 29 Oct 10:29

The tool now uses a regular expression to parse the license headers.

/* ... */ comment style is still the default option but now there is the possibility to provide a custom regex for other comment styles using the optional -e flag.

Changelog

  • 49fe6ad chore: update goreleaser fetch-depth: 0 (#48)
  • 063e297 chore: upgrade to go 1.21 and fix lint issues (#52)
  • 14318a5 chore: use gobin in make install-tools
  • c2e57fc feat: -e option for custom header regex (#53)
  • 62b35a8 refactor: print.go (#45)
  • 22d4ce5 refactor: simplify fileHandler (#46)