diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..cd34fa4 --- /dev/null +++ b/CHANGELOG.md @@ -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). + + +## [Unreleased] + + + +## [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 + + + +## [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 diff --git a/package.json b/package.json index 54a966d..b0545a3 100644 --- a/package.json +++ b/package.json @@ -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.." } }