Skip to content

Latest commit

 

History

History
52 lines (31 loc) · 1.69 KB

File metadata and controls

52 lines (31 loc) · 1.69 KB

MAINTENANCE.md

This file serves as a reference for the maintenance procedures and guidelines for the C8 SM checks in this project. Note: Please keep this document updated with any changes in maintenance procedures, dependencies, actions, or restrictions.

Maintenance Procedures

We follow the release process described in the Camunda Deployment References maintenance guide.

Before New Releases

  • Ensure all TODO [release-duty] items are resolved.

  • Tag a new version (note: we do not use the branch system).

  • Update documentation related to new features or changes.

  • Make internal announcements on Slack regarding upcoming releases.

    • #infex-internal
    • #engineering if relevant

Bug Fixes on Old Versions

If a bug needs to be fixed on an older version:

  • Create a dedicated branch for that version.
  • Apply the fix and tag it with a patch version (e.g., 1.2.4).

After New Releases

Nothing referenced yet.

Dependencies

Upstream Dependencies: dependencies of this project

None referenced yet.

Downstream Dependencies: things that depend on this project

None referenced yet.

Actions

  • Notify the Product Management Team of any new releases, especially if there are breaking changes or critical updates.

Restrictions

  • N/A