Skip to content

Commit 62bb341

Browse files
committed
Adds changelog and gren support
Signed-off-by: Pasha Finkelshteyn <asm0dey@jetbrains.com>
1 parent 91ee4fa commit 62bb341

File tree

3 files changed

+32
-0
lines changed

3 files changed

+32
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -371,3 +371,5 @@ gradle-app.setting
371371

372372
csvpath/
373373
orcpath/
374+
375+
.env

.grenrc.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
dataSource: "commits"
3+
prefix: ""
4+
includeMessages: "commits"
5+
changelogFilename: "CHANGELOG.md"

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Changelog
2+
3+
## n0.2.3 (23/06/2020)
4+
- [Updates version to 0.2.3](https://github.com/JetBrains/kotlin-spark-api/commit/91ee4faf392792642be5a8c58800b343df02da5b) - @asm0dey
5+
- [Fixes #21](https://github.com/JetBrains/kotlin-spark-api/commit/e8c1c5973087b3dd3f755d9d408893d3d2f19c94) - @asm0dey
6+
- [Updates kotest to 4.1.0 and moves it to property](https://github.com/JetBrains/kotlin-spark-api/commit/c26ad2e514421c4a1e8eaa10a76c035d8c0a0f11) - @asm0dey
7+
- [Fixes #20](https://github.com/JetBrains/kotlin-spark-api/commit/0b1bd9875cbb9ea85f1ccb66250d434ba5384c06) - @asm0dey
8+
- [Fixes #16](https://github.com/JetBrains/kotlin-spark-api/commit/875709459df946542bd133c2a3164deda5909fbc) - @asm0dey
9+
- [Bump kotest-assertions-core-jvm from 4.0.6 to 4.1.0](https://github.com/JetBrains/kotlin-spark-api/commit/b072f8fc2b4b30d40c8fee08f598941c896175bd) - @dependabot[bot]
10+
11+
---
12+
13+
## Fixes for #16 and #17 (22/06/2020)
14+
15+
---
16+
17+
## Fixes #15 (22/06/2020)
18+
19+
---
20+
21+
## Update to Spark 3.0.0 release (18/06/2020)
22+
23+
---
24+
25+
## 0.1.0 (01/06/2020)

0 commit comments

Comments
 (0)