From 90e7b44aab402632d0f08e2bd25592ad6545e127 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Souchet=20C=C3=A9line?= Date: Wed, 27 Apr 2022 17:31:51 +0200 Subject: [PATCH 1/2] Update the documentation to update BPMN Visu version --- CONTRIBUTING.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d83414e..dd10b83 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -115,8 +115,15 @@ devtools::document() ### bpmn-visualization-js update +The dependency [BPMN Visualization](https://github.com/process-analytics/bpmn-visualization-js) is automatically updated by the job [Update BPMN Visualization version](https://github.com/process-analytics/bpmn-visualization-js) when a new version of this library is released. +This will generate a new Pull Request and notify the reviewers. + +___ +⚠️⚠️⚠️ _**Manual procedure - Only if the job does NOT work!**_ ⚠️⚠️⚠️ + - Change [bpmn-visualization.min.js](inst/htmlwidgets/lib/bpmn-visualization/bpmn-visualization.min.js). The file can be retrieved from [jsdelivr](https://www.jsdelivr.com/package/npm/bpmn-visualization) or [unpkg](https://unpkg.com/browse/bpmn-visualization/). - Update the version of `bpmn-visualization` in [bpmnVisualization.yaml](inst/htmlwidgets/bpmnVisualization.yaml) +___ ## Maintainers From 40a94ac6ed540dff046d8ea19b57728c6040877e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Souchet=20C=C3=A9line?= <4921914+csouchet@users.noreply.github.com> Date: Thu, 28 Apr 2022 11:43:07 +0200 Subject: [PATCH 2/2] Update CONTRIBUTING.md Co-authored-by: Thomas Bouffard <27200110+tbouffard@users.noreply.github.com> --- CONTRIBUTING.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index dd10b83..2568da5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -115,8 +115,9 @@ devtools::document() ### bpmn-visualization-js update -The dependency [BPMN Visualization](https://github.com/process-analytics/bpmn-visualization-js) is automatically updated by the job [Update BPMN Visualization version](https://github.com/process-analytics/bpmn-visualization-js) when a new version of this library is released. -This will generate a new Pull Request and notify the reviewers. +The [bpmn-visualization-js](https://github.com/process-analytics/bpmn-visualization-js) dependency is automatically updated by the [Update BPMN Visualization version](.github/workflows/update_bpmn_visualization_version.yml) worklow when a new version of this library is released. + +This generates a new Pull Request and notifies the reviewers. ___ ⚠️⚠️⚠️ _**Manual procedure - Only if the job does NOT work!**_ ⚠️⚠️⚠️