Skip to content

Fix Bugs of Creating Package.xml

kylerlee-ks requested to merge bug/30-generate-package-xml into master

This MR focuses on 2 bug fixes as follows:

  1. Use a relative file path instead of an absolute file path during the package.xml creation. close #40
  2. Persist the user inputs in package.xml when building the tap package. The flow of creating/updating the package.xml has been enhanced, as shown in the following flow chart. close #30

package_xml_creation_flow

Merge request reports