opensource-nepal / commitlint

commitlint is a tool designed to lint your commit messages according to the Conventional Commits standard for your pre-commit hook and GitHub Actions.
GNU General Public License v3.0
16 stars 9 forks source link

Automate release using Github actions #22

Closed aj3sh closed 5 months ago

aj3sh commented 8 months ago

Use Case: Manually creating releases can be cumbersome. Let's use GitHub Actions to automate the generation of CHANGELOG.md and the creation of releases.

We can explore release-please to incorporate into our actions.

aj3sh commented 5 months ago

Duplicated by #26