Skip to content
This repository was archived by the owner on Dec 23, 2025. It is now read-only.

Latest commit

 

History

History
11 lines (10 loc) · 539 Bytes

File metadata and controls

11 lines (10 loc) · 539 Bytes

Reminders

  • Does this PR include environment variable changes? If so,
    • Are they documented in README?
  • Does this PR include any changes to the CMS? If so,
    • Have you tested the new snapshot file?
    • Have the changes been reflected in the import scripts and extensions?
  • Does this PR include database changes? If so,
    • Have you tested nx run scribe:migrate:latest
  • Does this PR include dependency changes? If so,
    • Is it an exact dependency (e.g. 3.0.0, not ~3.0.0, not ^3.0.0 )