Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/.release-please-manifest-prerelease.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "22.0.1"
".": "22.1.0-alpha"
}
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
# Changelog

## [22.1.0-alpha](https://github.com/magenx/Magento-2-deployment-pipeline/compare/v22.0.1...v22.1.0-alpha) (2025-06-30)


### 🚀 Features

* Composer require stripe payments php module ([#215](https://github.com/magenx/Magento-2-deployment-pipeline/issues/215)) ([3c93c41](https://github.com/magenx/Magento-2-deployment-pipeline/commit/3c93c4169d65443f5e8f6a1ae8d300030c4c9f08))


### 🐛 Bug Fixes

* Add error break to linter ([e95a20a](https://github.com/magenx/Magento-2-deployment-pipeline/commit/e95a20a036a66f97a68bb80ee2f7d78373d6becc))
* Break php file to trigger php cs fixer ([#213](https://github.com/magenx/Magento-2-deployment-pipeline/issues/213)) ([85bc4dd](https://github.com/magenx/Magento-2-deployment-pipeline/commit/85bc4dda30e3741e3d924e98d41320257a06e581))
* Change review dog message format ([70e9acd](https://github.com/magenx/Magento-2-deployment-pipeline/commit/70e9acd9e395cccbe5e9cf3f04a3fff00298f804))
* Enable modules and print names into comment ([b83fa94](https://github.com/magenx/Magento-2-deployment-pipeline/commit/b83fa9497822a020fa71355760a61bb3892197f0))
* Install reviewdog for pr review ([ce85c82](https://github.com/magenx/Magento-2-deployment-pipeline/commit/ce85c8259d435439d9590ca1bea680e5298becf3))
* Reviewdog format for pr comment ([23ef462](https://github.com/magenx/Magento-2-deployment-pipeline/commit/23ef4625f71145ca508478c901e586c266f4f292))
* Test update php file to trigger ([#224](https://github.com/magenx/Magento-2-deployment-pipeline/issues/224)) ([7fd28fb](https://github.com/magenx/Magento-2-deployment-pipeline/commit/7fd28fb7aa1523fa7de090125339471abec89d0b))
* Test update php file to trigger ([#226](https://github.com/magenx/Magento-2-deployment-pipeline/issues/226)) ([9850b33](https://github.com/magenx/Magento-2-deployment-pipeline/commit/9850b33004e6c19718019ffec4f8d5e09218184c))
* Test update php file to trigger ([#228](https://github.com/magenx/Magento-2-deployment-pipeline/issues/228)) ([412bc15](https://github.com/magenx/Magento-2-deployment-pipeline/commit/412bc15a50a80d1bd522fb1dc38ee5030f7d67d3))
* Test update php file to trigger ([#230](https://github.com/magenx/Magento-2-deployment-pipeline/issues/230)) ([2a2c313](https://github.com/magenx/Magento-2-deployment-pipeline/commit/2a2c3132266b285f4e4f190ccae468edacbb2c01))


### 🚦 Maintenance

* **workflow:** Default parameters for revewdog output ([90a257a](https://github.com/magenx/Magento-2-deployment-pipeline/commit/90a257acf63c1574bdfa64af5d764ec9e69a9b6e))
* **workflow:** Test error outputs to step and reviewdog ([9398088](https://github.com/magenx/Magento-2-deployment-pipeline/commit/939808884e8df70ddde9d87d0c9076b5b45b7890))
* **workflow:** Test simple php cs fixer ([13767be](https://github.com/magenx/Magento-2-deployment-pipeline/commit/13767be33a259f8ceb40cd386e5f06abc8776157))
* **workflow:** Use default php version 8.3 ([309a16e](https://github.com/magenx/Magento-2-deployment-pipeline/commit/309a16e49b77229fac2b918b638e65a520fcd0fc))
* **workflow:** Use standalone php cs fixer ([dca9769](https://github.com/magenx/Magento-2-deployment-pipeline/commit/dca9769feb09bb9350c6a2fb4396e194809063d8))

## [22.0.1](https://github.com/magenx/Magento-2-deployment-pipeline/compare/v22.0.0...v22.0.1) (2025-06-25)


Expand Down
Loading