Releases: Hi-Folks/gh-actions-yaml-generator
Releases · Hi-Folks/gh-actions-yaml-generator
PHP 8.1
It's still Hacktoberfest!
- Welcome to PHP 8.1, you can select PHP8.1 (experimental) to check the compatibility of your application in CICD
scheduled event and security check
It's still Hacktoberfest!
- You can schedule a workflow to run at specific UTC times using POSIX cron syntax;
- Security check
Auto save yaml workflow from CLI
It's still Hacktoberfest!
- Welcome --save option for CLI (you can define the filename of the workflow file);
- Set automatically the workflow filename for auto generation (to much automation ;) with --save=auto option
- Twitter card :)
Dependency stability and Sarif report
It is still Hacktoberfest!
- Psalm, create Sarif report for GitHub code scanning integration
- update to Alpinejs 3
- Allow user to set dependency stability (none, the latest stable, the lowest stable), thanks to @marulitua
- Phpstan Level 6 (from 5 to 6, report missing typehints)
phpstan.neon and Hacktoberfest 2021 (part 2)
Hacktoberfest, goes on, this is the second release for Hacktoberfest 2021!
- Updated Cover image
- Using phpstan.neon file, thanks to @ActuallyConnor
- autodetect usage of phpstan.neon from command line
- better management of title and description in meta html tags. Thanks to @zaratedev
New Contributors
- @zaratedev made their first contribution in #104
- @ActuallyConnor made their first contribution in #105
Full Changelog: v0.4.1...v0.4.2
Hacktoberfest 2021 - part 1
It is time for Hacktoberfest!!!
- With template laravelpackage (no composer.lock), avoid cache vendors and cache package. Thanks to @hetpatel33 for the hacktoberfest contribution;
- Update PHP packages, also Laralens 0.2.6;
- Update contributing file for new contributors.
Auto generate Workflow file, via command
Add command to generate automatically GitHub Actions workflow yaml file from:
- composer.json;
- .env;
- migrations
- packages.json
- and other stuff ...
Let's do some magic ...
Test with PestPHP
- Add launching tests via PestPHP
Deploy with Vapor
Add
- Deploy Serverless Application via Vapor
Deploy with Ploi
Add
- Deploy step with Ploi service. Thank you to @ashwind-19