Skip to content

Commit

Permalink
Release 0.3.0 (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
fgksgf committed May 10, 2022
1 parent 97883a5 commit 99f4b8b
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 44 deletions.
41 changes: 0 additions & 41 deletions .github/workflows/docs-plantuml-check.yaml

This file was deleted.

30 changes: 30 additions & 0 deletions CHANGES.md
@@ -1,3 +1,33 @@
## 0.3.0

- Dependency License
- Fix license check in go library testify (#93)

- License Header
- `fix` command supports more languages:
- Add comment style for cmake language (#86)
- Add comment style for hcl (#89)
- Add mpl-2.0 header template (#87)
- Support fix license header for tcl files (#102)
- Add python docstring comment style (#100)
- Add comment style for makefile & editorconfig (#90)
- Support config license header comment style (#97)
- Trim leading and trailing newlines before rewrite license header cotent (#94)
- Replace already existing license header based on pattern (#98)
- [docs] add the usage for config the license header comment style (#99)

- Project
- Obtain default github token in github actions (#82)
- Add tests for bare spdx license header content (#92)
- Add github action step summary for better experience (#104)
- Adds an option to the action to run in `fix` mode (#84)
- Provide `--summary` flag to generate the license summary file (#103)
- Add .exe suffix to windows binary (#101)
- Fix wrong file path and exclude binary files in src release (#81)
- Use t.tempdir to create temporary test directory (#95)
- Config: fix incorrect log message (#91)
- [docs] correct spelling mistakes (#96)

## 0.2.0

- Dependency License
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -85,7 +85,7 @@ clean:
-rm -rf "$(RELEASE_SRC)"*

.PHONY: verify
verify: clean license lint test verify-docs
verify: clean license lint test

release-src: clean
-mkdir $(RELEASE_SRC)
Expand Down
4 changes: 2 additions & 2 deletions docs/header_fix_logic.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 99f4b8b

Please sign in to comment.