Skip to content

Commit

Permalink
Documentation fix
Browse files Browse the repository at this point in the history
- Fixed:
  - `CHANGELOG` spacing:  
    Add missing spaces to `CHANGELOG.md` for proper newline rendering
  - Wording in CI scripts:  
    Both in comments and in code
  • Loading branch information
EduardSergeev authored Aug 30, 2023
2 parents 7cf14df + 160a900 commit 09e9e4f
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 13 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:

- run: npm install

- name: Run tests
- name: Run npm test
uses: smithki/[email protected]
with:
run: npm run test
run: npm test

- name: Add GHC extension output (on failure)
if: failure()
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- run: npm install

- name: Run tests
- name: Run npm test
uses: smithki/[email protected]
with:
run: npm test
Expand Down
18 changes: 11 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ All notable changes to the "Haskutil" extension will be documented in this file.

## [0.11.4] - 2023-08-27
### Fixed
* `OrganizeExtensionProvider`: false positive of `Extension are unorganised`
* `OrganizeExtensionProvider`: false positive of `Extension are unorganised`
Aligned extension were incorrectly detected as being not aligned
* `ImportProvider`: `Organize imports` behaviour on Windows
Fix invalid parsing of imports in file with `\r\n` (Windows) line ending
* `ImportProvider`: `Organize imports` behaviour on Windows
Fix invalid parsing of imports in file with `\r\n` (Windows) line ending
As a result applying `Organize imports` would previously lead to corrupted imports
* Fail CI build in case of test failure:
* Fail CI build in case of test failure:
Previously build would still be green even if some of the test wer failing

## [0.11.3] - 2023-08-26
Expand Down Expand Up @@ -69,16 +69,20 @@ All notable changes to the "Haskutil" extension will be documented in this file.

## [0.10.4] - 2020-09-26
### Fixed
* Stop putting images into *.vsix package which reduces in ~20 times (oops...) and `README.md` points to Github-hosted files anyway
* Better isolation for tests: set custom `--user-data-dir` so the test would not interfere with the VSCode installed locally
* Stop putting images into *.vsix package
This fix reduces in ~20 times (oops...) and `README.md` points to Github-hosted files anyway
* Better isolation for tests:
Set custom `--user-data-dir` so the test would not interfere with the VSCode installed locally

## [0.10.3] - 2020-09-25
### Fixed
* Fix extension publishing via `npm run publish`

## [0.10.2] - 2020-09-22
### Added
* Github actions build: matrix builds on multiple platforms and publishing to Marketplace on version tag push
* Github actions build:
- Matrix builds on multiple platforms
- Publish to Marketplace on version tag push
### Fixed
* Test coverage
* CHANGELOG.md warnings
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "haskutil",
"displayName": "Haskutil",
"description": "'QuickFix' actions for Haskell editor",
"version": "0.12.0",
"version": "0.12.1",
"publisher": "Edka",
"repository": {
"url": "https://github.com/EduardSergeev/vscode-haskutil"
Expand Down

0 comments on commit 09e9e4f

Please sign in to comment.