-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Matthias Leutenegger
committed
Apr 30, 2022
1 parent
dcf222a
commit a12cb78
Showing
2 changed files
with
37 additions
and
1 deletion.
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 |
---|---|---|
@@ -0,0 +1,36 @@ | ||
# 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). | ||
|
||
<a name="unreleased"></a> | ||
## [Unreleased] | ||
|
||
|
||
<a name="1.0.0"></a> | ||
## [1.0.0] - 2022-04-30 | ||
### 🍰 Added | ||
- Rule to inform user to follow silverstripe config doc practices ([#8](https://github.com/syntro-opensource/silverstripe-phpstan/issues/8)) | ||
- bootstrap file | ||
- code coverage | ||
- composer | ||
- github flair | ||
- changelog utility | ||
- ReadWritePropertiesExtension ([#2](https://github.com/syntro-opensource/silverstripe-phpstan/issues/2)) | ||
|
||
### 🔧 Changed | ||
- use Syntro as vendor in namespace ([#7](https://github.com/syntro-opensource/silverstripe-phpstan/issues/7)) | ||
- update readme & docs | ||
- license naming to match updated repo | ||
|
||
|
||
<a name="0.0.0"></a> | ||
## [0.0.0] - 2022-04-30 | ||
### 🍰 Added | ||
- github action tests ([#3](https://github.com/syntro-opensource/silverstripe-phpstan/issues/3)) | ||
|
||
|
||
[Unreleased]: https://github.com/syntro-opensource/silverstripe-phpstan/compare/1.0.0...HEAD | ||
[1.0.0]: https://github.com/syntro-opensource/silverstripe-phpstan/compare/0.0.0...1.0.0 | ||
[0.0.0]: https://github.com/syntro-opensource/silverstripe-phpstan/compare/fork...0.0.0 |
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"scripts": { | ||
"release": "git fetch && git-chglog -o CHANGELOG.md $([[ ! -z $npm_config_next ]] && echo \"--next-tag $npm_config_next\" )" | ||
"release": "git fetch && git-chglog -o CHANGELOG.md $([[ ! -z $npm_config_next ]] && echo \"--next-tag $npm_config_next\" ) 0.0.0.." | ||
} | ||
} |