cocogitto / cocogitto-action

A github action to ensure your current gitlog respect the conventional commit specification
22 stars 17 forks source link

[BUG] - Tiny Typo in Documentation #21

Open yoctoyotta1024 opened 6 months ago

yoctoyotta1024 commented 6 months ago

Describe the bug Tiny typo in documentation: cog changelog --template hull_hash should read cog changelog --template full_hash

To Reproduce see: e.g. https://docs.cocogitto.io/guide/#full-hash

Expected behavior example for using 'full_hash' template should work when copied.

Additional context need to replace 'h' with 'f' in 'hull_hash'