Skip to content

chore: add script to check commit message and version

Xiao Pan requested to merge xp/add_more_ci_checks into main
  1. add checks for commit message against conversional message
  2. check version file against tag

The second check aims to provide a reminder to the devs to update version number when a new release is made. The following screenshot shows a failed check when the tag does not align with the simulator's version number

image

Edited by Xiao Pan

Merge request reports