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: RELEASE.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,4 +85,4 @@ This is the final step that triggers the deployment pipeline.
85
85
86
86
- Pushing the tag will trigger the "Release" workflow in GitHub Actions.
87
87
- Monitor the workflow to ensure it completes successfully.
88
-
- Once the workflow is finished, navigate to the project's page on [PyPI](https://pypi.org/project/conductor-python/) to verify that the new version has been published.
88
+
- Once the workflow is finished, navigate to the project's page on [PyPI](https://pypi.org/project/conductor-python/) to verify that the new version has been published.
Copy file name to clipboardExpand all lines: conductor_apps.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,4 +78,4 @@ Here is a recommended approach when defining workflows using JSON:
78
78
A powerful feature of Conductor is the ability to version workflows. You should increment the version of the workflow when there is a significant change to the definition. You can run multiple versions of the workflow at the same time. When starting a new workflow execution, use the `version` field to specify which version to use. When omitted, the latest (highest-numbered) version is used.
79
79
80
80
* Versioning allows safely testing changes by doing canary testing in production or A/B testing across multiple versions before rolling out.
81
-
* A version can also be deleted, effectively allowing for "rollback" if required.
81
+
* A version can also be deleted, effectively allowing for "rollback" if required.
0 commit comments