JedWatson / classnames

A simple javascript utility for conditionally joining classNames together
MIT License
17.59k stars 561 forks source link

Please use GitHub Releases #372

Open ctnkaan opened 9 months ago

ctnkaan commented 9 months ago

Hello I've noticed that there are no releases for newer versions, there are only tags.

It would be great if there are notes on each new version release so people can know what is new or if they need to change something with their code when there is a major update.

I would love to help with the documentation for releases if there is an opening.

Cheers!

jonkoops commented 9 months ago

There are release notes in the HISTORY file

dcousens commented 9 months ago

The project hasn't traditionally used GitHub releases, but I concur it is nice if you use GitHub's fine grained watch features.

Pull requests are welcomed to add that to our https://github.com/JedWatson/classnames/blob/main/.github/workflows/release.yml workflow

jonkoops commented 9 months ago

Agreed, we can do some work for this. If anyone would like to contribute, feel free to open a PR. Perhaps we should also rename the file to CHANGELOG.md, which most dependency bots (e.g. Dependabot, Renovate) support.

ctnkaan commented 9 months ago

I would love to contribute! Will look into this today after work.

ctnkaan commented 8 months ago

Hey @dcousens and @jonkoops

I've opened a PR about this issue. Feel free to give any improvement ideas whenever you have time 😁

jonkoops commented 7 months ago

I'll take a look @ctnkaan, sorry for the delay, I've been rather backlogged recently.