github-readme-stats icon indicating copy to clipboard operation
github-readme-stats copied to clipboard

Add versioning and changelog to this repository

Open rickstaa opened this issue 3 years ago • 2 comments

Is your feature request related to a problem? Please describe.

I think in the future, for maintainability, it would be nice to use the conventional commits convention and add versioning. We can use the standard-version tool to autogenerate a changelog. In addition, we can use https://github.com/rickstaa/action-bumpr to bump versions based on pull requests.

rickstaa avatar May 18 '22 14:05 rickstaa

@anuraghazra Can you maybe version this repository so we can state which version includes a feature or bug fix. We can borrow the release action from @reviewdog to automatically increase the version on a pull request.

rickstaa avatar Jul 27 '22 05:07 rickstaa

@anuraghazra Sorry to bother you, but can you please add versioning to this repository? This will make maintaining it a lot easier. I sadly don't have the permissions to do so.

rickstaa avatar Sep 16 '22 10:09 rickstaa

As pointed out by @anuraghazra in one of our conversations, it looks like APIs, unlike libraries, can't have that kind of versioning which is unfortunate. The commits are the versions.

rickstaa avatar Sep 24 '22 11:09 rickstaa