Skip to content

Commit ac709d2

Browse files
committed
chore: replace changie with sley
1 parent 743b35a commit ac709d2

File tree

5 files changed

+9
-41
lines changed

5 files changed

+9
-41
lines changed

.changes/header.tpl.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changie.yaml

Lines changed: 0 additions & 26 deletions
This file was deleted.

.semver.yaml

Lines changed: 0 additions & 2 deletions
This file was deleted.

.sley.yaml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,25 @@
77
# - changelog-generator
88

99
path: internal/version/.version
10+
1011
plugins:
1112
# Analyzes conventional commits to suggest version bumps
1213
commit-parser: true
1314
# Automatically creates git tags after version changes
1415
tag-manager:
1516
enabled: true
17+
# Generates changelogs from git commits
1618
changelog-generator:
1719
enabled: true
18-
mode: 'versioned'
19-
changes-dir: '.changes'
20+
mode: "versioned"
21+
changes-dir: ".changes"
2022
use-default-icons: true
2123
repository:
2224
auto-detect: true
2325
exclude-patterns:
24-
- '^Merge'
25-
- '^WIP'
26-
- '^release'
26+
- "^Merge"
27+
- "^WIP"
28+
- "^release"
2729
contributors:
2830
enabled: true
31+

CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
The format adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
6-
and is generated by [changelogen](https://github.com/unjs/changelogen) and managed with [Changie](https://github.com/miniscruff/changie).
5+
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). The changelog is generated and managed by [sley](https://github.com/indaco/sley).
76

87
## v0.2.3 - 2025-03-28
98

0 commit comments

Comments
 (0)