Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a5065a2

Browse files
committed
chore: setup changie
1 parent 41561f7 commit a5065a2

File tree

4 files changed

+37
-49
lines changed

4 files changed

+37
-49
lines changed

.changes/header.tpl.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
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).

.changes/unreleased/.gitkeep

Whitespace-only changes.

.changie.yaml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
changesDir: .changes
2+
unreleasedDir: unreleased
3+
headerPath: header.tpl.md
4+
changelogPath: CHANGELOG.md
5+
versionExt: md
6+
versionFormat: '## {{.Version}} - {{.Time.Format "2006-01-02"}}'
7+
kindFormat: '### {{.Kind}}'
8+
changeFormat: '* {{.Body}}'
9+
kinds:
10+
- label: Changed
11+
auto: major
12+
- label: Breaking
13+
auto: major
14+
- label: Removed
15+
auto: major
16+
- label: Added
17+
auto: minor
18+
- label: Deprecated
19+
auto: minor
20+
- label: Fixed
21+
auto: patch
22+
- label: Security
23+
auto: patch
24+
newlines:
25+
afterChangelogHeader: 1
26+
beforeChangelogVersion: 1
27+
endOfVersion: 1
28+
envPrefix: CHANGIE_

CHANGELOG.md

Lines changed: 3 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -1,54 +1,8 @@
1-
# CHANGELOG
1+
# Changelog
22

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

55
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).
6+
and is generated by [changelogen](https://github.com/unjs/changelogen) and managed with [Changie](https://github.com/miniscruff/changie).
77

8-
## 0.1.2 - 2024-04-29
9-
10-
[compare changes](https://github.com/indaco/goaster/compare/v0.1.1...v0.1.2)
11-
12-
### 🩹 Fixes
13-
14-
- Swap error and warning level icons (817c84d)
15-
16-
### 📖 Documentation
17-
18-
- **README.md:** Update Contributing section (2617e9a)
19-
- **README.md:** Change devbox button style (b28b91b)
20-
- Update README.md and add docs/css-props.md (dd69dd1)
21-
22-
### 🏡 Chore
23-
24-
- Regenerate templ files with templ v0.2.663 (43385c1)
25-
- Update from github (601ccf5)
26-
- Update .gitignore (dc0f4f0)
27-
- **Makefile:** Remove report-card target (3f4e2e8)
28-
- Add gnumake to devbox (c80d689)
29-
- Devbox (ef2e98c)
30-
- Import order (ccad028)
31-
- Theming example (b6daaed)
32-
33-
### 🎨 Styles
34-
35-
- **goaster-css.templ:** Set color shades with color-mix (16b8b8f)
36-
- **goaster-css.templ:** Padding units from rem to em relative sizing (9a4598f)
37-
38-
### ❤️ Contributors
39-
40-
41-
42-
## 0.1.1 - 2024-04-21
43-
44-
[compare changes](https://github.com/indaco/goaster/compare/v0.1.0...v0.1.1)
45-
46-
### 🏡 Chore
47-
48-
- Upgrade templ to v0.2.639 (7e19bbd)
49-
- Regenerate templ files with templ v0.2.639 (3994e7e)
50-
- Regenerate templ files with templ v0.2.663 (2b01df9)
51-
52-
### ❤️ Contributors
53-
54-
8+
No releases yet, this file will be updated when generating your first release.

0 commit comments

Comments
 (0)