Skip to content

Conversation

@MikeGarde
Copy link
Owner

This PR encompasses a series of commits, first a working core, other commits are aimed at streamlining the development process, implementing automated release procedures, and improving testing capabilities. Here is a breakdown of the changes included:

Automated Release Process:

  • Integrated a GitHub workflow for automated testing on pull requests
  • Added a release.sh script to facilitate automated version management
  • Implemented the process of creating GitHub releases with automatically generated notes
  • Enhanced versioning logic for determining the next release version

Docker Configurations and Tasks for PHP Development:

  • Introduced Taskfile.dist.yml to manage Docker image building tasks efficiently
  • Included docker-compose.yml to establish a Docker container setup for PHP development
  • Added tasks for testing and SSH interactions within the Docker environment

Testing and Examples:

  • LaravelRouteBadTest to detect missing registered routes
  • LaravelRouteGoodTest to validate matching registered routes

MikeGarde added 5 commits June 9, 2025 00:34
- Added LaravelRouteBadTest to test missing registered routes
- Added LaravelRouteGoodTest to test matching registered routes
- Created TestCase for test setup with necessary package providers
- Smarter loading of classes
- Defined Taskfile.dist.yml to manage Docker image building tasks
- Included docker-compose.yml for PHP container setup
- Added test and SSH tasks for Docker-based testing and interaction
- Added GitHub workflow for running tests on pull requests
- Included `release.sh` script for automated version management
- Implemented the process of creating GitHub releases with generated notes
Documentation & release fix
@MikeGarde MikeGarde merged commit 1332b4e into main Jun 9, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants