editorconfig-checker / editorconfig-checker.javascript

A tool to verify that your files are in harmony with your .editorconfig
https://editorconfig-checker.github.io/
MIT License
71 stars 10 forks source link

Sync NPM and GitHub #393

Closed aslafy-z closed 10 months ago

aslafy-z commented 1 year ago

The NPM package was upgraded to 5.0.1 where this repository sticks to 4.0.2. Can you publish the code change please?

mstruebing commented 1 year ago

Hey, what advantages do we have when using GitHub releases for this package? Wouldn't everyone install this via npm anyway?

aslafy-z commented 1 year ago

It's a matter of being able to review changes. Check the changelog section for this dependabot PR: https://github.com/aslafy-z/helm-git/pull/237. I'm not that comfortable into merging a major bump without any informations.

mstruebing commented 1 year ago

Would be good to have some kind of release automation. i.e. push a tag and do an npm publish and create a github release + automatic change log generation.

Feel free to provide a PR if you feel comfortable doing this.

jerone commented 1 year ago

In addition to review the changes, people can subscribe to release changes here in GitHub and get notified, but not on NPM.

Also the tag was not pushed and the existing changelog was not updated.

github-actions[bot] commented 8 months ago

:tada: This issue has been resolved in version 5.1.3 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

github-actions[bot] commented 7 months ago

:tada: This issue has been resolved in version 1.5.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

jerone commented 7 months ago

Something weird going on... why publish version 1.5.0 ? image

mstruebing commented 7 months ago

@theoludwig do you know?