Skip to content

Commit 10875ea

Browse files
committed
chore: add spotless-changelog + introduce changelog
1 parent d682d2c commit 10875ea

File tree

4 files changed

+19
-0
lines changed

4 files changed

+19
-0
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
### Added
11+
12+
- Initial version of the CLI
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
plugins {
2+
id 'com.diffplug.spotless-changelog'
3+
}

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
plugins {
22
id 'buildlogic.spotless-gradle-conventions'
33
id 'buildlogic.spotless-markdown-conventions'
4+
id 'buildlogic.changelog-conventions'
45
}
56

67
subprojects {

settings.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ plugins {
2222

2323
// https://github.com/diffplug/spotless/blob/main/plugin-gradle/CHANGES.md
2424
id 'com.diffplug.spotless' version '7.0.2' apply false
25+
26+
// https://github.com/diffplug/spotless-changelog/blob/main/README.md
27+
id 'com.diffplug.spotless-changelog' version '3.1.2' apply false
2528
}
2629

2730
rootProject.name = 'spotless-cli'

0 commit comments

Comments
 (0)