Releases: korandoru/hawkeye
Releases · korandoru/hawkeye
v1.0.1
HawkEye 1.0.1
Simple license header checker and formatter, in multiple distribution forms.
Try it out!
Native Image
docker pull ghcr.io/korandoru/hawkeye-native:v1.0.1
docker run --rm -v $(pwd):/github/workspace ghcr.io/korandoru/hawkeye-native:v1.0.1 check -h
Executable JAR
This executable requires JRE 17+ existence.
wget https://repo1.maven.org/maven2/io/korandoru/hawkeye/commandline/1.0.1/commandline-1.0.1-bin.tar.gz
tar -xvzf commandline-1.0.1-bin.tar.gz
hawkeye-1.0.1/hawkeye check -h
JRE Image
docker pull ghcr.io/korandoru/hawkeye:v1.0.1
docker run --rm -v $(pwd):/github/workspace ghcr.io/korandoru/hawkeye:v1.0.1 check -h
GitHub Actions
# prerequisite: add a `licenserc.toml` file in the root of your project
- name: Check License Header
uses: korandoru/hawkeye@v1
What's Changed
Full Changelog: v1.0.0...v1.0.1
v1.0.0
What's Changed
- feat: Add HeaderDefinition by @tisonkun in #1
- ci: Better settings by @tisonkun in #2
- build(docker): Native image and CI by @tisonkun in #3
- build: retain check docker image jobs by @tisonkun in #4
- build: debian:bookworm-slim for native and improve commandline packaging by @tisonkun in #5
- feat: Add HeaderSource by @tisonkun in #6
- feat: LicenseChecker, LicenseRemover and LicenseFormatter by @tisonkun in #7
- build: Use spotless by @tisonkun in #8
- feat: Provide GitHub Action by @tisonkun in #10
- ci: Package is now public by @tisonkun in #11
- fix: Action docker image url by @tisonkun in #12
- ci: action should keep up-to-date by @tisonkun in #13
New Contributors
Full Changelog: https://github.com/korandoru/hawkeye/commits/v1.0.0