-
-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add internal HydeFronts automation scripts to lint and handle releases and versions #1360
Add internal HydeFronts automation scripts to lint and handle releases and versions #1360
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1360 +/- ##
===========================================
Coverage 99.97% 99.97%
- Complexity 1338 2676 +1338
===========================================
Files 152 304 +152
Lines 3489 6978 +3489
===========================================
+ Hits 3488 6976 +3488
- Misses 1 2 +1 see 152 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Manually merges these, both to test them, and since the monorepo splitter is not allowed to modify workflows, for security reasons.
…-script Merge changes from hydephp/develop#1360
Adds an internal HydeFront post-build script to make sure the version strings are up to date, which can be run as part of the build process, or as a linter. The PR also removes the version injection from the Yaml workflows as those are harder to keep up to date since they aren't very coupled to HydeFront. Speaking of coupling, this also removes the specific hardcoded CSS version test in the HydeRC test, so it is decoupled as it's outside the test scope.