orchestrator-core icon indicating copy to clipboard operation
orchestrator-core copied to clipboard

[Maintenance]: Automate changelog and versioning

Open Mark90 opened this issue 8 months ago • 0 comments

The orchestrator-ui-library uses https://github.com/changesets/changesets to make maintaining the changelog + keeping track of patch/minor/major changes, an integral part of the development process. I think it'd be nice if we start using that (or something better suited for Python) for the orchestrator-core as well.

For reference:

  • The orchestrator-ui-library's changelog document https://github.com/workfloworchestrator/orchestrator-ui-library/blob/main/packages/orchestrator-ui-components/CHANGELOG.md
  • Individual releases are also maintained https://github.com/workfloworchestrator/orchestrator-ui-library/releases

Mark90 avatar May 01 '25 13:05 Mark90