Skip to content

Commit f7aff23

Browse files
committed
Add CHANGELOG
1 parent 07d141d commit f7aff23

File tree

3 files changed

+32
-0
lines changed

3 files changed

+32
-0
lines changed

.versionrc

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"header": "Changelog",
3+
"types": [
4+
{"type": "feat", "section": "Features"},
5+
{"type": "fix", "section": "Bug Fixes"},
6+
{"type": "chore", "hidden": true},
7+
{"type": "docs", "hidden": true},
8+
{"type": "style", "hidden": true},
9+
{"type": "refactor", "hidden": true},
10+
{"type": "perf", "hidden": true},
11+
{"type": "test", "hidden": true}
12+
],
13+
"skip": {
14+
"bump": false,
15+
"changelog": false,
16+
"commit": true,
17+
"tag": true
18+
}
19+
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Changelog
2+
## [1.0.2](https://github.com/codezm/codezm.workflows.fcs-python/compare/v1.0.1...v1.0.2) (2026-03-26)
3+
4+
5+
### Bug Fixes
6+
7+
* tmux missing exception ([7a6f65a](https://github.com/codezm/codezm.workflows.fcs-python/commit/7a6f65affe336b1a23581c249843eae0d0cf316d))

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"scripts": {
3+
"release": "commit-and-tag-version"
4+
},
5+
"version": "1.0.2"
6+
}

0 commit comments

Comments
 (0)