Skip to content

Commit 9ba3579

Browse files
committed
Prepare for release 0.9.0.
1 parent bc716ce commit 9ba3579

File tree

4 files changed

+6
-9
lines changed

4 files changed

+6
-9
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,8 @@ You only need to set them if the defaults do not work for your situation.
3535
`path`
3636
: Path of file or directory that HLint will be told to scan.
3737

38-
<!--
39-
Uncomment this when this is ready to be released:
40-
4138
`hints`
4239
: Path for HLint configuration file.
43-
-->
4440

4541
`category`
4642
: String used by GitHub code scanning for matching the analyses.

action.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ inputs:
2424
required: false
2525
default: .
2626
hints:
27-
# Change description when this is released.
28-
description: Path for HLint configuration file. Not available yet.
27+
description: Path for HLint configuration file.
2928
required: false
3029
category:
3130
description: String used by GitHub code scanning for matching the analyses.
@@ -42,7 +41,7 @@ outputs:
4241

4342
runs:
4443
using: docker
45-
image: docker://ghcr.io/haskell-actions/hlint-scan:main
44+
image: docker://ghcr.io/haskell-actions/hlint-scan:v0.9.0
4645
args:
4746
- binary=${{ inputs.binary }}
4847
- path=${{ inputs.path }}

docs/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,10 @@ the [Haskell Package Versioning Policy].
1010

1111
## Unreleased
1212

13+
## 0.9.0 - 2023-04-14
14+
1315
* Support `hints` input for explicitly specifying the HLint configuration file.
14-
* Better message formatting on GitHub.
16+
* Better message formatting and titles on GitHub.
1517

1618
## 0.4.1 - 2023-04-10
1719

package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
name: hlint-scan
16-
version: 0.4.1
16+
version: 0.9.0
1717
github: "haskell-actions/hlint-scan"
1818
license: Apache-2.0
1919
author: "Yoo Chung"

0 commit comments

Comments
 (0)