frinyvonnick / gitmoji-changelog

A changelog generator for gitmoji 😜
https://www.npmjs.com/package/gitmoji-changelog
MIT License
390 stars 49 forks source link

🐛 Support cargo workspace #266

Open OlivierLDff opened 1 year ago

OlivierLDff commented 1 year ago

Hi, I would like to use gitmoji-changelog with a cargo workspace using a package table. Would you consider supporting this use case?

[workspace]

# stuff

[workspace.package]
name = "project_name"
version = "0.1.0"
description = "description"
frinyvonnick commented 1 year ago

Hi @OlivierLDff 👋 Feel free to open a pull request that adds the support for cargo 😄