atom-minimap/minimap

Amount of updates

Closed this issue ยท 5 comments

m1ga commented

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.

m1ga commented

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.