mirror of
https://github.com/vale981/apheleia
synced 2025-03-04 09:01:42 -05:00
Small fixes (#245)
Some things I noticed from https://github.com/radian-software/apheleia/pull/242 but didn't want to patch in place because CI had passed already.
This commit is contained in:
parent
f884d1d611
commit
598ef3c7cb
2 changed files with 3 additions and 2 deletions
|
@ -41,7 +41,7 @@ The format is based on [Keep a Changelog].
|
|||
* The new `scripts/pnp-bin.js` script is standalone minified nodejs built
|
||||
from the [`pnp-bin`](https://github.com/PuddleByteComputing/pnp-bin) repo,
|
||||
extracted from apheleia PR [#200].
|
||||
* Test environment bumped from Ubuntu 20.04 to 22.04
|
||||
* Test environment bumped from Ubuntu 20.04 to 22.04 ([#242]).
|
||||
|
||||
### Bugs fixed
|
||||
* `ktlint` would emit log messages into its stdout when formatting,
|
||||
|
@ -105,6 +105,7 @@ The format is based on [Keep a Changelog].
|
|||
[#223]: https://github.com/radian-software/apheleia/pull/223
|
||||
[#231]: https://github.com/radian-software/apheleia/pull/231
|
||||
[#236]: https://github.com/radian-software/apheleia/pull/236
|
||||
[#242]: https://github.com/radian-software/apheleia/pull/242
|
||||
|
||||
## 3.2 (released 2023-02-25)
|
||||
### Features
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Ubuntu 20.04 LTS supported until April 2025
|
||||
# Ubuntu 22.04 LTS supported until April 2027
|
||||
FROM ubuntu:22.04 AS common
|
||||
|
||||
WORKDIR /build
|
||||
|
|
Loading…
Add table
Reference in a new issue