Skip to content

Commit 99f4b8b

Browse files
authored
Release 0.3.0 (#105)
1 parent 97883a5 commit 99f4b8b

File tree

4 files changed

+33
-44
lines changed

4 files changed

+33
-44
lines changed

.github/workflows/docs-plantuml-check.yaml

Lines changed: 0 additions & 41 deletions
This file was deleted.

CHANGES.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
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

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ clean:
8585
-rm -rf "$(RELEASE_SRC)"*
8686

8787
.PHONY: verify
88-
verify: clean license lint test verify-docs
88+
verify: clean license lint test
8989

9090
release-src: clean
9191
-mkdir $(RELEASE_SRC)

docs/header_fix_logic.svg

Lines changed: 2 additions & 2 deletions
Loading

0 commit comments

Comments
 (0)