Skip to content

Commit

Permalink
Chore: QoL Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ollyollyollyltd committed Feb 13, 2023
1 parent b261bcb commit d0338ca
Show file tree
Hide file tree
Showing 7 changed files with 7,790 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@

\.idea/
/vendor
.idea
composer.lock
.ddev
.php-cs-fixer.cache
/node_modules
14 changes: 14 additions & 0 deletions .release-it.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"github": {
"release": true
},
"npm": {
"publish": false
},
"git": {
"changelog": "npx auto-changelog --stdout --commit-limit false -u --template https://github.com/raw/release-it/release-it/master/templates/changelog-compact.hbs"
},
"hooks": {
"after:bump": "npx auto-changelog -p"
}
}
Empty file added CHANGELOG.md
Empty file.
4 changes: 4 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,9 @@
"psr-4": {
"n1ghteyes\\": "src/"
}
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.14",
"rector/rector": "^0.15.13"
}
}
Loading

0 comments on commit d0338ca

Please sign in to comment.