Skip to content

Commit e5b8b22

Browse files
committed
update changelog
1 parent dff9a21 commit e5b8b22

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

CHANGELOG.md

+16-16
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This file contains changelogs.
88

99
## [v0.17.0 (2023-08-30)](https://github.com/ArtARTs36/php-merge-request-linter/compare/0.16.4..0.17.0)
1010

11-
## Optimized
11+
### Optimized
1212
* Updated PHP to 8.2
1313
* Deleted unless dependency "jetbrains/phpstorm-attributes"
1414

@@ -18,17 +18,17 @@ This file contains changelogs.
1818

1919
## [v0.16.4 (2023-08-29)](https://github.com/ArtARTs36/php-merge-request-linter/compare/0.16.3..0.16.4)
2020

21-
## Added
21+
### Added
2222
* Throw exception when github actions token is empty
2323
* Throw exception when gitlab token is empty
2424

25-
## Optimized
25+
### Optimized
2626
* Reduced docker image size
2727

28-
## Docs
28+
### Docs
2929
* Updated rules doc page
3030

31-
## Dependencies
31+
### Internal
3232
* Bump `guzzlehttp/psr7` from `2.4.3` to `2.4.5`
3333

3434
[💾 Assets](https://github.com/ArtARTs36/php-merge-request-linter/releases/tag/0.16.4)
@@ -37,7 +37,7 @@ This file contains changelogs.
3737

3838
## [v0.16.3 (2023-08-29)](https://github.com/ArtARTs36/php-merge-request-linter/compare/0.16.2..0.16.3)
3939

40-
## Added
40+
### Added
4141
* Added rule `title_conventional`
4242

4343
[💾 Assets](https://github.com/ArtARTs36/php-merge-request-linter/releases/tag/0.16.3)
@@ -46,7 +46,7 @@ This file contains changelogs.
4646

4747
## [v0.16.2 (2023-08-29)](https://github.com/ArtARTs36/php-merge-request-linter/compare/0.16.1..0.16.2)
4848

49-
## Optimized
49+
### Optimized
5050
* Throw http exceptions and catch their in CI requests
5151

5252
[💾 Assets](https://github.com/ArtARTs36/php-merge-request-linter/releases/tag/0.16.2)
@@ -55,10 +55,10 @@ This file contains changelogs.
5555

5656
## [v0.16.1 (2023-08-13)](https://github.com/ArtARTs36/php-merge-request-linter/compare/0.16.0..0.16.1)
5757

58-
## Added
58+
### Added
5959
* Support GitLab CI job token
6060

61-
## Fixed
61+
### Fixed
6262
* Fixed phar on "TwigTest not found"
6363

6464
[💾 Assets](https://github.com/ArtARTs36/php-merge-request-linter/releases/tag/0.16.1)
@@ -67,7 +67,7 @@ This file contains changelogs.
6767

6868
## [v0.16.0 (2023-08-06)](https://github.com/ArtARTs36/php-merge-request-linter/compare/0.15.3..0.16.0)
6969

70-
## Added
70+
### Added
7171
* Added comments with lint result for merge requests
7272

7373
[💾 Assets](https://github.com/ArtARTs36/php-merge-request-linter/releases/tag/0.16.0)
@@ -76,7 +76,7 @@ This file contains changelogs.
7676

7777
## [v0.15.3 (2023-07-29)](https://github.com/ArtARTs36/php-merge-request-linter/compare/0.15.2..0.15.3)
7878

79-
## Added
79+
### Added
8080
* Added "no ssh keys" rule to prevent ssh keys from being included in the merge request.
8181
* Added "disable file extensions" rule to disable adding files of certain extensions.
8282

@@ -86,7 +86,7 @@ This file contains changelogs.
8686

8787
## [v0.15.2 (2023-07-29)](https://github.com/ArtARTs36/php-merge-request-linter/compare/0.15.1..0.15.2)
8888

89-
## Optimization
89+
### Optimization
9090
* Add diff fragments for fast search in changes
9191

9292
[💾 Assets](https://github.com/ArtARTs36/php-merge-request-linter/releases/tag/0.15.2)
@@ -95,7 +95,7 @@ This file contains changelogs.
9595

9696
## [v0.15.1 (2023-07-27)](https://github.com/ArtARTs36/php-merge-request-linter/compare/0.15.0..0.15.1)
9797

98-
## Added
98+
### Added
9999
* Added Rule "diff limit"
100100
* Added examples for params of rules
101101

@@ -129,7 +129,7 @@ This file contains changelogs.
129129

130130
## [v0.14.0 (2023-05-27)](https://github.com/ArtARTs36/php-merge-request-linter/compare/0.13.1..0.14.0)
131131

132-
## Added
132+
### Added
133133
* Suppress error on non-critical rules via rule option `critical: false`
134134
* Added option `stop_on_failure` for stop linter on first failure
135135
* Added option `stop_on_warning` for stop linter on first warning
@@ -180,7 +180,7 @@ This file contains changelogs.
180180
* Add logs for HTTP Client
181181
* Validate BitBucket PR data
182182

183-
## Changed
183+
### Internal
184184
* Update PHPStan level to 9
185185

186186
[💾 Assets](https://github.com/ArtARTs36/php-merge-request-linter/releases/tag/0.12.0)
@@ -242,7 +242,7 @@ This file contains changelogs.
242242
### Internal
243243
* Refactored condition evaluator resolving
244244
* 🚀 Up test coverage to 40.21%
245-
* Add dependency **psr/clock**
245+
* Added dependency **psr/clock**
246246

247247
[💾 Assets](https://github.com/ArtARTs36/php-merge-request-linter/releases/tag/0.9.0)
248248

0 commit comments

Comments
 (0)