Skip to content

Commit

Permalink
release/1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Leutenegger committed Apr 30, 2022
1 parent dcf222a commit a12cb78
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 1 deletion.
36 changes: 36 additions & 0 deletions CHANGELOG.md
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
2 changes: 1 addition & 1 deletion package.json
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.."
}
}

0 comments on commit a12cb78

Please sign in to comment.