Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 1.63 KB

Test.rst

File metadata and controls

16 lines (9 loc) · 1.63 KB

Adding new components

To add a new component to the RobotFramework AIO project on GitHub, follow these steps:

  • Create a new Repository: Contact Thomas Pollerspoeck ([email protected]) to create a new repository.
  • Clone Repository: Modify the repositories.conf file to include the new repository. It will clone the repository to integrate to AIO tools.
  • Tag Releases: For each release package in RobotFramework AIO, it will trigger a tag release for other components. Modify the tag repos configuration to ensure a tag is created for the new repository.
  • Publish on PyPi: If the component needs to be published on PyPi, update the publish pypi repos file accordingly.
  • Documentation: Update the maindoc config OSS file in the robotframework-documentation repository to generate all necessary documents related to the new repository.
  • Release Info: Finally, update the release info at release items Robotframework AIO to describe what the new changes in the RobotFramework AIO.