AndreasAugustin / go-gitmoji-cli

:octocat: A conventional gitmoji commit interactive command line tool for using emojis on conventional commits. :rocket:
https://gitmoji.dev/
MIT License
8 stars 0 forks source link

[Feat]: automatic release generation #29

Closed AndreasAugustin closed 1 year ago

AndreasAugustin commented 1 year ago

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