Skip to content

Releases: korandoru/hawkeye

v1.1.0

06 Jan 09:00
v1.1.0
0936741

Choose a tag to compare

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 -h

Executable 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 -h

JRE Image

docker run --rm -v $(pwd):/github/workspace ghcr.io/korandoru/hawkeye:v1.1.0 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

  • feat: Add Rust file support and update some predefinitions by @tisonkun in #29

Full Changelog: v1.0.0...v1.1.0

v1.0.3

06 Jan 08:21
v1.0.3
6788cbb

Choose a tag to compare

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 -h

Executable 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 -h

JRE Image

docker run --rm -v $(pwd):/github/workspace ghcr.io/korandoru/hawkeye:v1.0.3 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

This version is mainly to refactor build logics.

  • build(maven): Try preparationGoals and completionGoals by @tisonkun in #27

Full Changelog: v1.0.2...v1.0.3

v1.0.2

06 Jan 04:53
435643c

Choose a tag to compare

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 -h

Executable 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 -h

JRE Image

docker run --rm -v $(pwd):/github/workspace ghcr.io/korandoru/hawkeye:v1.0.2 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

  • fix: follow links on walkFileTree b294230
  • fix: complete results future of selectedFiles a8e29b7

Full Changelog: v1.0.1...v1.0.2

v1.0.1

06 Jan 01:28
5d82139

Choose a tag to compare

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

05 Jan 14:52
0f288dc

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/korandoru/hawkeye/commits/v1.0.0