diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index 1b36158..0000000 --- a/CHANGELOG.md +++ /dev/null @@ -1,18 +0,0 @@ -## [3.2.0](https://github.com/narrowspark/php-cs-fixer-config/compare/v3.1.1...v3.2.0) (2021-03-02) - - -### Features - -* added branches to semantic-release ([e3ce47c](https://github.com/narrowspark/php-cs-fixer-config/commit/e3ce47c4bfaff69be3e529b6a721f49f5484f7fe)) -* added semantic-release workflow ([09db052](https://github.com/narrowspark/php-cs-fixer-config/commit/09db052d5fbd667a64fb9ad8a69d049f8963e312)) -* updated composer require-dev versions ([#20](https://github.com/narrowspark/php-cs-fixer-config/issues/20)) ([7ee21d7](https://github.com/narrowspark/php-cs-fixer-config/commit/7ee21d79a1b88eb58fd2ebfce60acd8baac0ffdd)) -* updated composer require-dev versions ([#21](https://github.com/narrowspark/php-cs-fixer-config/issues/21)) ([5645b25](https://github.com/narrowspark/php-cs-fixer-config/commit/5645b25b22923007e5c0224e9b0327a69c646b47)) - - -### Bug Fixes - -* disable jit ([92b4262](https://github.com/narrowspark/php-cs-fixer-config/commit/92b426233907cc5d5aaeac1ebcda0a89ff48b741)) -* disable jit ([9056e59](https://github.com/narrowspark/php-cs-fixer-config/commit/9056e596771903cd49aa3058c754b00af47e21fc)) -* fixed found phpstan errors ([9eddb42](https://github.com/narrowspark/php-cs-fixer-config/commit/9eddb4297521cec862b90bbddf7a83448f0e1d83)) -* fixed markdown-lint pipe ([1921fae](https://github.com/narrowspark/php-cs-fixer-config/commit/1921faedf770c6e0fb30ca1fcf0c2a4b63c8adfb)) -* removed composer-prefetcher ([943c9ae](https://github.com/narrowspark/php-cs-fixer-config/commit/943c9ae8d4194f920570939c312a0c23d2dd28dd)) diff --git a/.releaserc.json b/release.config.js similarity index 92% rename from .releaserc.json rename to release.config.js index 42d55ed..5015f0f 100644 --- a/.releaserc.json +++ b/release.config.js @@ -1,4 +1,4 @@ -{ +module.exports = { "branches": [ "+([0-9])?(.{+([0-9]),x}).x", "main", @@ -61,7 +61,8 @@ "UPGRADE.md", "LICENSE.md", "CHANGELOG.md" - ] + ], + "message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}" } ] ]