v0.0.17 - Prettier ignore npm and poetry lock files (#271)
UltralyticsAssistant
released this
29 Oct 21:06
·
103 commits
to main
since this release
π Summary
The v0.0.17 release focuses on improving code formatting management, enhancing server efficiency, and ensuring compatibility with future Python versions.
π Key Changes
- Updated Prettier configuration to ignore 'lock' files during formatting.
- Introduced a new GitHub Action for disk space cleanup on servers.
- Simplified file naming for disk cleanup action for better clarity.
- Updated retry action with clearer input variable names.
- Added support for Python 3.13 compatibility.
π― Purpose & Impact
- Formatting Efficiency: By excluding lock files from Prettier formatting, this update prevents unnecessary formatting on configuration files, improving development workflow clarity. π«π
- Server Optimization: The disk space cleanup action helps free up server storage, enhancing build process efficiency and making more resources available for essential activities. π
- Simplified Maintenance: Renaming actions and inputs to be more intuitive ensures the repository is developer-friendly and easy to navigate. π§©
- Future-Ready: Adding support for Python 3.13 prepares the project for seamless transitions to newer Python versions, future-proofing the system. πβ¨
These updates collectively aim to streamline development processes, enhance operational efficiency, and ensure long-term compatibility and clarity in the project.
What's Changed
- Disk Space Cleanup Action by @glenn-jocher in #267
- Rename Cleanup disk action by @glenn-jocher in #268
- Stop attempting to remove Android cache by @glenn-jocher in #269
- Update retry/action.yaml by @glenn-jocher in #270
- Prettier ignore npm and poetry lock files by @glenn-jocher in #271
Full Changelog: v0.0.16...v0.0.17