Skip to content

Commit d2e4f75

Browse files
authored
Merge pull request #8 from TerrorSquad/release-please--branches--main
chore(main): release 1.3.0
2 parents 44fdc23 + 189e907 commit d2e4f75

File tree

5 files changed

+27
-4
lines changed

5 files changed

+27
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.2.0"
2+
".": "1.3.0"
33
}

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Changelog
22

3+
## [1.3.0](https://github.com/TerrorSquad/php-booster/compare/v1.2.0...v1.3.0) (2025-09-30)
4+
5+
6+
### Features
7+
8+
* add comprehensive GitHub Actions auto-fix testing and documentation ([44fdc23](https://github.com/TerrorSquad/php-booster/commit/44fdc231afacab8d51bd747b3f207a42295b3b3f))
9+
* add GitHub Actions for automatic PHP code fixing ([2d05ae1](https://github.com/TerrorSquad/php-booster/commit/2d05ae1e78fc04d310150cb447c5afd2ce4ac246))
10+
* improve color support for WSL and CI environments ([d3d0664](https://github.com/TerrorSquad/php-booster/commit/d3d06649c04700b29aacc6a3ece4320663622dd2))
11+
* parse .ddev/config.yaml directly for container name ([cfea3b7](https://github.com/TerrorSquad/php-booster/commit/cfea3b7529d3b74d0e9c67ea2f3beee620ab0c55))
12+
* use docker exec -t for color support when possible ([cca3012](https://github.com/TerrorSquad/php-booster/commit/cca30120032e104dbc46352198a3a97a3a3c30b2))
13+
14+
15+
### Bug Fixes
16+
17+
* correct ddev exec environment variable syntax ([ffb3bff](https://github.com/TerrorSquad/php-booster/commit/ffb3bff7db73bdcff21b7272bedc165a4559d352))
18+
* preserve colors through ddev exec by passing environment variables ([f9e2fd0](https://github.com/TerrorSquad/php-booster/commit/f9e2fd09c1c93f99698efe3727fed58908fb9f6a))
19+
* use bash -c for proper environment variable handling in ddev exec ([7789a96](https://github.com/TerrorSquad/php-booster/commit/7789a964a52b3925d5ed7cfbcec78e66c60a3cb1))
20+
21+
22+
### Reverts
23+
24+
* simplify runner.sh and document color limitation ([29f8c5f](https://github.com/TerrorSquad/php-booster/commit/29f8c5f11f258df50348e11e55f89c071e21a8cb))
25+
326
## [1.2.0](https://github.com/TerrorSquad/php-booster/compare/v1.1.0...v1.2.0) (2025-09-30)
427

528

booster/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "generic/php-ddev-booster",
33
"type": "project",
4-
"version": "1.2.0",
4+
"version": "1.3.0",
55
"authors": [
66
{
77
"name": "DDEV User",

booster/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "php_booster",
33
"private": true,
44
"type": "module",
5-
"version": "1.2.0",
5+
"version": "1.3.0",
66
"scripts": {
77
"commit": "commit",
88
"generate:api-doc:html": "redocly build-docs documentation/openapi.yml --output=documentation/openapi.html",

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docus-starter",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"private": true,
55
"scripts": {
66
"dev": "nuxi dev",

0 commit comments

Comments
 (0)