Amount of updates
Closed this issue ยท 5 comments
First of all: I love updates and seeing that a package is still active in development ๐
But could you perhaps merge multiple smaller updates into one? Every time I start my Atom it has a new Minimap package update notification ๐
Thanks for the comment. We use an automatic release system, and every change on master triggers a release. Minimap has gone under huge performance optimizations and refactoring. Also, recently a few bugs slipped into the codebase that had to be fixed.
From now on, I expect the number of releases to reduce as I don't expect many changes.
If there were new changes, I will try to merge them into one large PR, or maybe disable automatic releasing.
Thank you for the quick feedback and your work on the module ๐
Also @aminya it would be nice to get some tests written for PRs that fix something so it doesn't happen again.
We should also figure out a way to run tests for plugins with every PR because a few of the latest releases have broken some of the plugins.
I always add new tests or change them if I add a feature or change something.
I like the idea of running the tests for plugins. Although I test everything locally, it is good to make it automatic.
I will close this as I explained the reasons.