Skip to content

Commit

Permalink
Prepare for release 0.9.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
chungyc committed Apr 13, 2023
1 parent bc716ce commit 9ba3579
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 9 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,8 @@ You only need to set them if the defaults do not work for your situation.
`path`
: Path of file or directory that HLint will be told to scan.

<!--
Uncomment this when this is ready to be released:

`hints`
: Path for HLint configuration file.
-->

`category`
: String used by GitHub code scanning for matching the analyses.
Expand Down
5 changes: 2 additions & 3 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ inputs:
required: false
default: .
hints:
# Change description when this is released.
description: Path for HLint configuration file. Not available yet.
description: Path for HLint configuration file.
required: false
category:
description: String used by GitHub code scanning for matching the analyses.
Expand All @@ -42,7 +41,7 @@ outputs:

runs:
using: docker
image: docker://ghcr.io/haskell-actions/hlint-scan:main
image: docker://ghcr.io/haskell-actions/hlint-scan:v0.9.0
args:
- binary=${{ inputs.binary }}
- path=${{ inputs.path }}
Expand Down
4 changes: 3 additions & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,10 @@ the [Haskell Package Versioning Policy].

## Unreleased

## 0.9.0 - 2023-04-14

* Support `hints` input for explicitly specifying the HLint configuration file.
* Better message formatting on GitHub.
* Better message formatting and titles on GitHub.

## 0.4.1 - 2023-04-10

Expand Down
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

name: hlint-scan
version: 0.4.1
version: 0.9.0
github: "haskell-actions/hlint-scan"
license: Apache-2.0
author: "Yoo Chung"
Expand Down

0 comments on commit 9ba3579

Please sign in to comment.