Skip to content

Commit 29575ab

Browse files
Merge pull request #5 from gabrieldonadel/feat/changelog
feat(package.json): Add changelog generator script
2 parents 8364263 + 8f2e9c6 commit 29575ab

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
## [0.0.1](https://github.com/react-native-community/actions-apply-version-label/compare/37e49c9ce7169570dd006bde0477539ca2191de5...v0.0.1) (2022-01-23)
2+
3+
4+
### Features
5+
6+
* Add typescript support ([37e49c9](https://github.com/react-native-community/actions-apply-version-label/commit/37e49c9ce7169570dd006bde0477539ca2191de5))
7+
* Update script to only add label to pre-release issues ([82afa87](https://github.com/react-native-community/actions-apply-version-label/commit/82afa877f408c01423b1eeb01781bdb461e9f9e6))
8+
9+
10+

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"scripts": {
2525
"build": "ncc build src/index.ts --out ./dist",
2626
"build:watch": "yarn build -w",
27+
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
2728
"start": "ncc run dist/index.js",
2829
"prepare": "husky install"
2930
}

0 commit comments

Comments
 (0)