Changelog
Source:NEWS.md
multideploy 0.1.0
Initial Release
This is the first release of the multideploy package, providing tools for deploying file changes across multiple GitHub repositories.
Features
File Operations
-
file_content(): Retrieve contents of a file from a GitHub repository -
file_update(): Create or update a file in a GitHub repository -
file_mapping(): Create a mapping between local files and their target paths in repositories -
file_deploy(): Deploy a file to multiple GitHub repositories
Pull Request Operations
-
pr_create(): Create a pull request for changes in multiple repositories