Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use git-cliff for automated changelog generation #613

Open
orhun opened this issue Aug 25, 2024 · 2 comments · May be fixed by #629
Open

Use git-cliff for automated changelog generation #613

orhun opened this issue Aug 25, 2024 · 2 comments · May be fixed by #629

Comments

@orhun
Copy link
Sponsor Contributor

orhun commented Aug 25, 2024

Changelog is the reflection of the commits in the repo so we can simply use https://git-cliff.org

@orhun
Copy link
Sponsor Contributor Author

orhun commented Aug 27, 2024

@raphamorim do you have a preferred format other than the one used in changelog.md?

Possible options:

1:

## What's Changed
* update CHANGELOG by @raphamorim
* feat(tabs): add command for closing all tabs except the current one by @orhun in [#614](https://github.com/raphamorim/rio/pull/614)
* add windows search key bindings and update docs by @raphamorim

2 (https://keepachangelog.com):

### Added
- Add command for closing all tabs except the current one by @orhun in [#614](https://github.com/raphamorim/rio/pull/614)

### Changed
- Update version on docs by @raphamorim
- Update by @github-actions[bot] in [#609](https://github.com/raphamorim/rio/pull/609)

### Fixed
- Enable search as default on Linux by @orhun in [#612](https://github.com/raphamorim/rio/pull/612)
- Fix lint by @raphamorim

3:

### Features 🔥
- Add command for closing all tabs except the current one by @orhun in [#614](https://github.com/raphamorim/rio/pull/614)

### Documentation 📚
- Update version on docs by @raphamorim
- Update by @github-actions[bot] in [#609](https://github.com/raphamorim/rio/pull/609)

### Bug Fixes 🐛
- Enable search as default on Linux by @orhun in [#612](https://github.com/raphamorim/rio/pull/612)
- Fix lint by @raphamorim

Also, there will be a section for new contributors for both of these formats, e.g.:

## New Contributors
* @fabricionaweb made their first contribution in [#218](https://github.com/raphamorim/rio/pull/218)
* @marrcelo made their first contribution in [#210](https://github.com/raphamorim/rio/pull/210)
* @dvtkrlbs made their first contribution in [#209](https://github.com/raphamorim/rio/pull/209)
* @pqppq made their first contribution in [#199](https://github.com/raphamorim/rio/pull/199)

@raphamorim
Copy link
Owner

2nd one looks great 🆗

@orhun orhun linked a pull request Aug 31, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants