File tree Expand file tree Collapse file tree 2 files changed +37
-1
lines changed
Expand file tree Collapse file tree 2 files changed +37
-1
lines changed Original file line number Diff line number Diff line change 1+ # Changelog
2+ All notable changes to this project will be documented in this file.
3+
4+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6+
7+ <a name =" unreleased " ></a >
8+ ## [ Unreleased]
9+
10+
11+ <a name =" 1.0.0 " ></a >
12+ ## [ 1.0.0] - 2022-04-30
13+ ### 🍰 Added
14+ - Rule to inform user to follow silverstripe config doc practices ([ #8 ] ( https://github.com/syntro-opensource/silverstripe-phpstan/issues/8 ) )
15+ - bootstrap file
16+ - code coverage
17+ - composer
18+ - github flair
19+ - changelog utility
20+ - ReadWritePropertiesExtension ([ #2 ] ( https://github.com/syntro-opensource/silverstripe-phpstan/issues/2 ) )
21+
22+ ### 🔧 Changed
23+ - use Syntro as vendor in namespace ([ #7 ] ( https://github.com/syntro-opensource/silverstripe-phpstan/issues/7 ) )
24+ - update readme & docs
25+ - license naming to match updated repo
26+
27+
28+ <a name =" 0.0.0 " ></a >
29+ ## [ 0.0.0] - 2022-04-30
30+ ### 🍰 Added
31+ - github action tests ([ #3 ] ( https://github.com/syntro-opensource/silverstripe-phpstan/issues/3 ) )
32+
33+
34+ [ Unreleased ] : https://github.com/syntro-opensource/silverstripe-phpstan/compare/1.0.0...HEAD
35+ [ 1.0.0 ] : https://github.com/syntro-opensource/silverstripe-phpstan/compare/0.0.0...1.0.0
36+ [ 0.0.0 ] : https://github.com/syntro-opensource/silverstripe-phpstan/compare/fork...0.0.0
Original file line number Diff line number Diff line change 11{
22 "scripts" : {
3- "release" : " git fetch && git-chglog -o CHANGELOG.md $([[ ! -z $npm_config_next ]] && echo \" --next-tag $npm_config_next\" )"
3+ "release" : " git fetch && git-chglog -o CHANGELOG.md $([[ ! -z $npm_config_next ]] && echo \" --next-tag $npm_config_next\" ) 0.0.0.. "
44 }
55}
You can’t perform that action at this time.
0 commit comments