File tree Expand file tree Collapse file tree 4 files changed +33
-44
lines changed
Expand file tree Collapse file tree 4 files changed +33
-44
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ ## 0.3.0
2+
3+ - Dependency License
4+ - Fix license check in go library testify (#93 )
5+
6+ - License Header
7+ - ` fix ` command supports more languages:
8+ - Add comment style for cmake language (#86 )
9+ - Add comment style for hcl (#89 )
10+ - Add mpl-2.0 header template (#87 )
11+ - Support fix license header for tcl files (#102 )
12+ - Add python docstring comment style (#100 )
13+ - Add comment style for makefile & editorconfig (#90 )
14+ - Support config license header comment style (#97 )
15+ - Trim leading and trailing newlines before rewrite license header cotent (#94 )
16+ - Replace already existing license header based on pattern (#98 )
17+ - [ docs] add the usage for config the license header comment style (#99 )
18+
19+ - Project
20+ - Obtain default github token in github actions (#82 )
21+ - Add tests for bare spdx license header content (#92 )
22+ - Add github action step summary for better experience (#104 )
23+ - Adds an option to the action to run in ` fix ` mode (#84 )
24+ - Provide ` --summary ` flag to generate the license summary file (#103 )
25+ - Add .exe suffix to windows binary (#101 )
26+ - Fix wrong file path and exclude binary files in src release (#81 )
27+ - Use t.tempdir to create temporary test directory (#95 )
28+ - Config: fix incorrect log message (#91 )
29+ - [ docs] correct spelling mistakes (#96 )
30+
131## 0.2.0
232
333- Dependency License
Original file line number Diff line number Diff line change 8585 -rm -rf " $( RELEASE_SRC) " *
8686
8787.PHONY : verify
88- verify : clean license lint test verify-docs
88+ verify : clean license lint test
8989
9090release-src : clean
9191 -mkdir $(RELEASE_SRC )
You can’t perform that action at this time.
0 commit comments