Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Support author email in changelog #164

Open
tqwewe opened this issue Dec 15, 2021 · 0 comments
Open

[FEATURE] Support author email in changelog #164

tqwewe opened this issue Dec 15, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@tqwewe
Copy link

tqwewe commented Dec 15, 2021

Is your feature request related to a problem? Please describe.
There's no way currently to specify an authors email address in the changelog settings in cog.toml.

Describe the solution you'd like
Add support for email in cog.toml under changelog.authors:

[changelog]
authors = [
    { signature = "Ari Seyhun", username = "Acidic9", email = "ariseyhun@live.com.au" },
]

It might also be nice to support a string directly, as seen in Cargo toml files and many other places:

authors = [
    "Ari Seyhun <ariseyhun@live.com.au>"
]
@tqwewe tqwewe added the enhancement New feature or request label Dec 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants