Skip to content

Commit

Permalink
docs: release notes for 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MorrisonCole committed Nov 19, 2020
1 parent a70609f commit 4ae350e
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
pr-lint:
runs-on: ubuntu-latest
steps:
- uses: morrisoncole/pr-lint-action@v1.4.2
- uses: morrisoncole/pr-lint-action@v1.5.0
with:
title-regex: "#[eE][xX]-[0-9]+"
on-failed-regex-fail-action: false
Expand All @@ -35,6 +35,12 @@ jobs:
## Changelog
### v1.5.0
- Reduces action run time from around 40 seconds to 1 second 🔥🚀. We now ship
the packaged source with Vercel's [ncc](https://github.com/vercel/ncc) and run
those directly rather than building on the fly with Docker.
### v1.4.2
- Fixes [#155](https://github.com/MorrisonCole/pr-lint-action/issues/155).
Expand Down Expand Up @@ -118,7 +124,8 @@ being.

`yarn build`

Building outputs to `dist/index.js`.
We package everything to a single file with Vercel's
[ncc](https://github.com/vercel/ncc). Outputs to `dist/index.js`.

## Related Reading

Expand Down

0 comments on commit 4ae350e

Please sign in to comment.