diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d73b2d..132ff30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ ### Features -* add config option `service` and `debug` ([5c71d34](https://github.com/spreadsheetimporter/ui5-task-btp-manifest/commit/5c71d34ed0ea5f9af1cec3d020429680b3d89275)) +* add config option `service` and `debug` ([5c71d34](https://github.com/spreadsheetimporter/ui5-task-btp-manifest/commit/ac6e3da0345bcf9e43a810499b951622ea7f8173)) ## 0.0.3 (2024-07-03) + +## 0.0.2 (2024-07-03) + +## 0.0.1 (2024-07-03) + +### Features + +* initial commit ([4d7f7a1](https://github.com/spreadsheetimporter/ui5-task-btp-manifest/commit/4d7f7a18a420c88f302dc1ce3c1845af1b12d686)) diff --git a/README.md b/README.md index 54a2d0b..03cd8a7 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,14 @@ # UI5 task to change Spreadsheet Importer manifest +When deploying the UI5 App which has integrated the Spreadsheet Importer to the SAP BTP, the service name in the manifest.json of the Spreadsheet Importer has to be the same as in the UI5 App using the Spreadsheet Importer. +This task will change the service name in the manifest.json of the Spreadsheet Importer to the service name of the UI5 App so no manual changes are needed. + +https://www.npmjs.com/package/ui5-task-btp-manifest + ## Install ```bash -npm install --save-devui5-task-btp-manifest +npm install --save-dev ui5-task-btp-manifest ``` ## Usage