summernote-cleaner icon indicating copy to clipboard operation
summernote-cleaner copied to clipboard

Publish tags/releases

Open joe-niland opened this issue 1 year ago • 3 comments

Hi,

Thanks for a great utility!

I was wondering if you're open to publishing tags (and maybe releases) on this repo? This will allow installing a specific version using npm, even if you don't list the package on npmjs.com.

e.g.

"dependencies": {
       "summernote-cleaner": "git+https://github.com/DiemenDesign/summernote-cleaner.git#v1.10.0"
},

Relates to #74

joe-niland avatar Feb 12 '24 02:02 joe-niland

As I mentioned in the linked issue, I don't use npm to install, or bring in dependencies. If you would like to add it if it makes using the plugin better for you, go for it. Just be mindful that I'd more than likely not update those changes as time goes, but I'm all for someone doing that if it helps.

DennisSuitters avatar Feb 12 '24 03:02 DennisSuitters

@DiemenDesign thanks for your response.

I understand. I think I could submit a PR with a github action that can automate the release. With that in mind, I was wondering if you make a habit of updating the version in the package.json when you merge a PR?

joe-niland avatar Feb 12 '24 04:02 joe-niland

I don't, but I probably should. Lazy developer, I know, lol.

DennisSuitters avatar Feb 12 '24 05:02 DennisSuitters