You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/Developing.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -236,6 +236,10 @@ merge them into the release branch.
236
236
Following the release, you need to merge `RELEASE_NOTES.md` from the release branch into develop. If you released from
237
237
`HEAD`, then you also need to bump the SNAPSHOT versions in the `develop` branch using the `scripts/update_version.sh` script.
238
238
239
+
### Update workflow importer app
240
+
241
+
Update [workflow_importer](https://github.com/dnanexus/file-apps/tree/master/apps/workflow_importer) to the latest dxCompiler version.
242
+
239
243
### Creating draft release for testing
240
244
241
245
Follow the process above; just don't publish the draft release in the final step.
0 commit comments