Semantic Release Kotlin is inspired by the semantic release project.
I wanted to try out semantic release workflows without introducing node/npm into my project. Also I wanted to learn Kotlin.
The categories are the same as in the semantic release project. The keywords that can be used are slightly different to improve commit message readability.
- jar vs binary
- Feature
- Bugfix
- Docs
- Style (code style changes)
- Refactor
- Performance
- Test
- Chore
Bugfix: This is a bugfix
Bugfix: - Fix 1
- Fix 2
- Fix 3