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

fix: generate a CHANGELOG.md for the dart_pkg and flutter_pkg templates #468

Closed
Luckey-Elijah opened this issue Jul 21, 2022 · 4 comments
Closed
Assignees
Labels
feature A new feature or request

Comments

@Luckey-Elijah
Copy link

Description

dart.dev recommends packages have a CHANGELOG.md when uploaded to pub.dev.

I'm suggesting very_good create -t flutter_pkg <name> and very_good create -t dart_pkg <name> should both create CHANGELOG.md files.

dart create <name> generates a CHANGELOG.md:

## 1.0.0

- Initial version.
@Luckey-Elijah Luckey-Elijah added the bug Something isn't working as expected label Jul 21, 2022
@felangel
Copy link
Contributor

Hi @Luckey-Elijah 👋
Thanks for opening an issue!

We're working on revamping the Dart and Flutter package templates and they will include a CHANGELOG (among many other improvements in the near future). Thanks again and sorry for any inconvenience!

@felangel felangel added feature A new feature or request and removed bug Something isn't working as expected labels Jul 21, 2022
@felangel felangel self-assigned this Jul 21, 2022
@Luckey-Elijah
Copy link
Author

Sounds great! Looking forward to your very good changes 🙂

@Luckey-Elijah
Copy link
Author

PS
I did notice #385 but I'm not sure if they're quite duplicates. That one is requesting a full-featured changelog configuration tool. I'd just like to see the file created 🙂

@renancaraujo
Copy link
Contributor

This was fixed by #592

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature A new feature or request
Projects
None yet
Development

No branches or pull requests

3 participants