-
Notifications
You must be signed in to change notification settings - Fork 406
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
Roadmap #379
Comments
@MarkOSullivan94 @bradintheusa Please feel free to edit missing items to this list |
@RatakondalaArun I think it's a good time to publish a new release and test out the GitHub action for automatically deploying a new release to Pub Think it's good to update to Want open a PR with all the necessary changes ( |
I think we need to fix #384 before the release of |
Is there any way to automate these updates? The way I see we have most of the info
|
1. CHANGELOG.md I've noticed there's a nice new feature when publishing new GitHub releases that automatically generates a change log so that would take care of 2. pubspec.yaml / versioning For versioning we could suggest for contributors to use cider - I haven't used it before but it looks like it should fit our use case. We need to bump the version before publishing a new GitHub release due to our CD pipeline where we try to automatically publish a new version to pub with GitHub Actions because we'll run into issues trying to republish the same version 3. README.md Perhaps this is one for us to pay attention to during the PR process or maybe have a template for new PRs which encourage people to update the README.md if it's introducing a new feature, what do you think @RatakondalaArun? |
@RatakondalaArun I deleted the old published release because it didn't upload to Pub due to x3 failing tests, you can see these here: https://github.com/fluttercommunity/flutter_launcher_icons/actions/runs/2798119853 The Since then I've published another |
We need to update pubspec.yaml flutter_launcher_icons/pubspec.yaml Lines 16 to 18 in 23fb8b3
|
Updated |
Great🎉 I also created a milestone for next release https://github.com/fluttercommunity/flutter_launcher_icons/milestone/2 |
@RatakondalaArun we should prioritise both #401 and #402 to ensure flutter_launcher_icons is receiving the best possible score from pub.dev Whilst #403 will not improve the score on pub.dev, I still feel that should also be an high priority to address |
@MarkOSullivan94 Let's release a new version with support for |
@MarkOSullivan94, the |
@OutdatedGuy yep that's done, ticked it now, thanks for pointing that out |
@MarkOSullivan94 can you tick generate config file task. |
Done thanks @OutdatedGuy |
Added #466 to the roadmap as a good to have |
--prefix
flag for other platformsGood to have
flutter_launcher_icons.yaml
config file withflutter pub run flutter_launcher_icons generate
- feat: command to generate config file template #475.pub_ignore
to ignore unrelated folders liketest
The text was updated successfully, but these errors were encountered: