The site is primarily a content site, so we would like to add the commit type content, which is not a standard Conventional Commit type. This can be used as an alternative to docs. As docs would be about the web implementation and not the content.
In investigating this it seems we do not have commit lint at all in this repo and this is allowing commit types that make release-please skip making a PR.
Approach
Implement commit lint.
Add content as a valid commit type for commit lint.
Modify the release-please-config.json to use a "Content" section for the content commit type.
Need
The site is primarily a content site, so we would like to add the commit type
content,
which is not a standard Conventional Commit type. This can be used as an alternative todocs.
Asdocs
would be about the web implementation and not the content.In investigating this it seems we do not have commit lint at all in this repo and this is allowing commit types that make
release-please
skip making a PR.Approach
content
as a valid commit type for commit lint.release-please-config.json
to use a "Content" section for thecontent
commit type.Thanks!