Releases: korandoru/hawkeye
Releases · korandoru/hawkeye
v1.1.0
HawkEye 1.1.0
Simple license header checker and formatter, in multiple distribution forms.
Try it out!
Native Image
docker run --rm -v $(pwd):/github/workspace ghcr.io/korandoru/hawkeye-native:v1.1.0 check -hExecutable JAR
This executable requires JRE 17+ existence.
export HAWKEYE_VERSION=1.1.0
wget https://repo1.maven.org/maven2/io/korandoru/hawkeye/commandline/$HAWKEYE_VERSION/commandline-$HAWKEYE_VERSION-bin.tar.gz
tar -xvzf commandline-$HAWKEYE_VERSION-bin.tar.gz
hawkeye-$HAWKEYE_VERSION/hawkeye check -hJRE Image
docker run --rm -v $(pwd):/github/workspace ghcr.io/korandoru/hawkeye:v1.1.0 check -hGitHub Actions
# prerequisite: add a `licenserc.toml` file in the root of your project
- name: Check License Header
uses: korandoru/hawkeye@v1What's Changed
Full Changelog: v1.0.0...v1.1.0
v1.0.3
HawkEye 1.0.3
Simple license header checker and formatter, in multiple distribution forms.
Try it out!
Native Image
docker run --rm -v $(pwd):/github/workspace ghcr.io/korandoru/hawkeye-native:v1.0.3 check -hExecutable JAR
This executable requires JRE 17+ existence.
export HAWKEYE_VERSION=1.0.3
wget https://repo1.maven.org/maven2/io/korandoru/hawkeye/commandline/$HAWKEYE_VERSION/commandline-$HAWKEYE_VERSION-bin.tar.gz
tar -xvzf commandline-$HAWKEYE_VERSION-bin.tar.gz
hawkeye-$HAWKEYE_VERSION/hawkeye check -hJRE Image
docker run --rm -v $(pwd):/github/workspace ghcr.io/korandoru/hawkeye:v1.0.3 check -hGitHub Actions
# prerequisite: add a `licenserc.toml` file in the root of your project
- name: Check License Header
uses: korandoru/hawkeye@v1What's Changed
This version is mainly to refactor build logics.
Full Changelog: v1.0.2...v1.0.3
v1.0.2
HawkEye 1.0.2
Simple license header checker and formatter, in multiple distribution forms.
Try it out!
Native Image
docker run --rm -v $(pwd):/github/workspace ghcr.io/korandoru/hawkeye-native:v1.0.2 check -hExecutable JAR
This executable requires JRE 17+ existence.
export HAWKEYE_VERSION=1.0.2
wget https://repo1.maven.org/maven2/io/korandoru/hawkeye/commandline/$HAWKEYE_VERSION/commandline-$HAWKEYE_VERSION-bin.tar.gz
tar -xvzf commandline-$HAWKEYE_VERSION-bin.tar.gz
hawkeye-$HAWKEYE_VERSION/hawkeye check -hJRE Image
docker run --rm -v $(pwd):/github/workspace ghcr.io/korandoru/hawkeye:v1.0.2 check -hGitHub Actions
# prerequisite: add a `licenserc.toml` file in the root of your project
- name: Check License Header
uses: korandoru/hawkeye@v1What's Changed
Full Changelog: v1.0.1...v1.0.2
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 -hExecutable 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 -hJRE 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 -hGitHub Actions
# prerequisite: add a `licenserc.toml` file in the root of your project
- name: Check License Header
uses: korandoru/hawkeye@v1What'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