iTowns / itowns

A Three.js-based framework written in Javascript/WebGL for visualizing 3D geospatial data
http://www.itowns-project.org
Other
1.09k stars 293 forks source link

chore(integration): add release commit to message check #2199

Closed mgermerie closed 11 months ago

mgermerie commented 11 months ago

Before contributing

Read CONTRIBUTING.md and CODING.md to apply iTowns conventions on PRs, Git history and code.

Description

In #2163, we added check-commit-message action to integration script. This provides us with an automatic checking whether commits name within a pull request respect or disrespect the angular convention, with the commit types we support.

In this pull request, I add the release commit message format to the list of supported commit messages.

Motivation and Context

Without this modification, publishing a release would be impossible since commit message check would not pass.