-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enhance error logs info + changelog (#59)
* Log info & changelog * cspell * [MegaLinter] Apply linters fixes * fix * test jdk 17 * Test on linux, mac & windows * fix --------- Co-authored-by: Nicolas Vuillamy <nicolas.vuillamy@cloudity.com> Co-authored-by: nvuillam <nvuillam@users.noreply.github.com>
- Loading branch information
1 parent
9467ee0
commit 2cbc9e1
Showing
5 changed files
with
57 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,6 +27,7 @@ | |
"javaw", | ||
"jscoverage", | ||
"jspm", | ||
"mheiges", | ||
"njre", | ||
"nvuillam", | ||
"openj", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased] (beta, main branch content) | ||
|
||
- Add your updates here ! | ||
|
||
## [v1.1.0] - 2023-11-26 | ||
|
||
- Handle compatibility with Mac M1 | ||
- Provide more information when unable to install java | ||
- Add more test cases on more platforms | ||
- Create CHANGELOG.md | ||
|
||
## [v1.0.0] - 2023-11-26 | ||
|
||
- migrate to adoptopenjdk API v3 by @mheiges in <https://github.com/nvuillam/njre/pull/35> | ||
- Configure Renovate by @renovate in <https://github.com/nvuillam/njre/pull/34> | ||
- Update all non-major dependencies by @renovate in <https://github.com/nvuillam/njre/pull/36> | ||
- Update actions/upload-artifact action to v3 by @renovate in <https://github.com/nvuillam/njre/pull/40> | ||
- Update actions/checkout action to v4 by @renovate in <https://github.com/nvuillam/njre/pull/37> | ||
- Update actions/setup-node action to v3 by @renovate in <https://github.com/nvuillam/njre/pull/39> | ||
- Update dependency eslint to v8 by @renovate in <https://github.com/nvuillam/njre/pull/41> | ||
- Update dependency husky to v8 by @renovate in <https://github.com/nvuillam/njre/pull/42> | ||
- yarn upgrade by @nvuillam in <https://github.com/nvuillam/njre/pull/43> | ||
|
||
## [v0.30.0] - The past | ||
|
||
There was not a CHANGELOG.md at this time |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters