Skip to content

Commit 1d5808d

Browse files
committed
build: fix generating release note and change logs, improve log and note
1 parent af4b2b9 commit 1d5808d

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313

1414

1515

16-
17-
## 1.0.1 (2024-10-30)
16+
## [1.0.1](https://github.com/khatastroffik/react-text-renderer-components/compare/a8d86e58f5678c8146b254b1381382a77cf1145e...v1.0.1) (2024-10-30)
1817

1918

2019
### Features
@@ -24,3 +23,4 @@
2423
* improve DateRenderer component and its tests ([4ac81ab](https://github.com/khatastroffik/react-text-renderer-components/commit/4ac81abf9ad07014b924139e6edb540f72b4197a))
2524

2625

26+

RELEASENOTE.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,5 @@
1212
* add the NEW component "WeekRenderer" to render ISO week numbers ([a968aa7](https://github.com/khatastroffik/react-text-renderer-components/commit/a968aa7d20b34f7180f466ff77e92ea1ec8095e3))
1313

1414

15+
16+

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"storybook": "storybook dev -p 6006",
2222
"DISABLED-prebuild:storybook": "npm run test:generate-output",
2323
"build:storybook": "storybook build --test",
24-
"version": "standard-changelog -a -v && standard-changelog -o RELEASENOTE.md && git add CHANGELOG.md RELEASENOTE.md"
24+
"version": "rimraf CHANGELOG.md RELEASENOTE.md && standard-changelog -r 1 -o RELEASENOTE.md && standard-changelog -f && git add CHANGELOG.md RELEASENOTE.md"
2525
},
2626
"repository": {
2727
"type": "git",

0 commit comments

Comments
 (0)