Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jonasjurczok/semantic-release-kotlin
Semantic release tooling written in Kotlin
https://github.com/jonasjurczok/semantic-release-kotlin
Last synced: 11 days ago
JSON representation
Semantic release tooling written in Kotlin
- Host: GitHub
- URL: https://github.com/jonasjurczok/semantic-release-kotlin
- Owner: JonasJurczok
- Created: 2019-03-19T15:23:16.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-20T22:41:24.000Z (over 2 years ago)
- Last Synced: 2024-10-12T05:28:41.614Z (27 days ago)
- Language: Kotlin
- Size: 129 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Semantic Release Kotlin
========================[![GitHub release](https://img.shields.io/github/release/JonasJurczok/semantic-release-kotlin.svg?label=Github%20Release)](https://github.com/JonasJurczok/semantic-release-kotlin/releases)
[![Actions Status](https://wdp9fww0r9.execute-api.us-west-2.amazonaws.com/production/badge/JonasJurczok/semantic-release-kotlin)](https://wdp9fww0r9.execute-api.us-west-2.amazonaws.com/production/results/JonasJurczok/semantic-release-kotlin)
[![Coverage Status](https://img.shields.io/coveralls/github/JonasJurczok/semantic-release-kotlin.svg?branch=master)](https://coveralls.io/github/JonasJurczok/semantic-release-kotlin?branch=master)
[![License](https://img.shields.io/github/license/jonasjurczok/semantic-release-kotlin.svg)](https://github.com/JonasJurczok/semantic-release-kotlin)### Rationale
Semantic Release Kotlin is inspired by the [semantic release project](https://github.com/semantic-release/semantic-release).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.
### Usage?
#### Background#### As library
#### As standalone application
- jar vs binary## Categories
* Feature
* Bugfix
* Docs
* Style (code style changes)
* Refactor
* Performance
* Test
* Chore## Syntax
Bugfix: This is a bugfixBugfix: - Fix 1
- Fix 2
- Fix 3