Closed vicb closed 4 months ago
This pull request updates the 'upload.sh' script in the 'libs/windy-sounding' directory to include additional GitHub repository information in the output and the temporary file created during the upload process.
This update involves three primary changes in the windy-sounding
library: a minor wording correction in the changelog, version increment in the package.json
, and the addition of repository information echoing in the upload.sh
script. These changes aim to improve clarity and add helpful information during the upload process without modifying any public entities or exported declarations.
File | Change Summary |
---|---|
libs/.../CHANGELOG.md |
Updated message display for no favorites from "mobile" to "mobiles." |
libs/.../package.json |
Updated version from "4.0.0-alpha.1" to "4.0.0-alpha.2." |
libs/.../upload.sh |
Added echoing of repository, SHA, and owner information before creating the plugin archive. |
In the code, there's calm and grace,
"Mobiles" now in their rightful place,
The version steps to alpha two,
Echoes added, clear and true.
Like a breeze on a sunny day,
Changes made the perfect way! 🌤️
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Summary by Sourcery
Added logging of repository information (repository name, commit SHA, and repository owner) to the upload script in the windy-sounding library.
Summary by CodeRabbit
Bug Fixes
Chores
windy-plugin-sounding
module from4.0.0-alpha.1
to4.0.0-alpha.2
.