ealush / emoji-picker-react

The most popular React Emoji Picker
https://ealush.com/emoji-picker-react/
MIT License
991 stars 166 forks source link

Add Changelog Feature to Enhance Release Overview in GitHub #388

Open Tobi-mmt opened 6 months ago

Tobi-mmt commented 6 months ago

Issue Description

As a developer, I often find it challenging to get a quick overview of changes made in a particular version/release directly from the GitHub repository. Currently, the release tab in GitHub provides a list of releases, but it lacks a comprehensive changelog or summary of changes for each version. This makes it difficult to quickly understand what has been added, modified, or fixed in a specific release.

User Story

As a developer, I want to have a clear and concise changelog or overview of changes directly accessible from the GitHub release tab. This will help me and my team to:

Current Limitations

The release tab does not currently contain information for all versions, making it challenging to access historical changes.

Benefits

Automated Release Process

Consider utilizing the "release-please" tool to automate the release process. Release Please streamlines the creation of releases by automatically generating changelog entries based on semantic versioning and commit messages.