AndreasAugustin / go-gitmoji-cli

:octocat: A conventional gitmoji commit interactive command line tool for using emojis on conventional commits. :rocket:

Home Page:https://gitmoji.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feat]: automatic release generation

AndreasAugustin opened this issue · comments

Describe the feature

currently releases must be done manually. Would be nice to have an automated way.

Use Case

each push to main branch should create a PR for doing a release.

Proposed Solution

use releaseplease github action https://github.com/google-github-actions/release-please-action

Acknowledgements

  • I may be able to implement this feature request