Skip to content

Commit

Permalink
build: trying to update changelog with new commit message
Browse files Browse the repository at this point in the history
Signed-off-by: Rong Sen Ng (motss) <wes.ngrongsen@gmail.com>
  • Loading branch information
motss committed Mar 10, 2022
1 parent 70534f8 commit 4206b7c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. See [standa



# [Unreleased](https://github.com/motss/app-datepicker/compare/v6.0.0-rc.18...46a48482200e75f561f9304ee198019a582da7a3) (2022-03-10)
# [Unreleased](https://github.com/motss/app-datepicker/compare/v6.0.0-rc.18...70534f8f79295158b0ac1697f27df3dd0e8e0ec0) (2022-03-10)


### build
Expand All @@ -22,6 +22,10 @@ All notable changes to this project will be documented in this file. See [standa
* trying to improve CI ([97a058d](https://github.com/motss/app-datepicker/commit/97a058dfc2c1f9c7335f0482f6f0681a1a9ab1f4))
* update scripts ([b249e4f](https://github.com/motss/app-datepicker/commit/b249e4f38c67066bd5c2fcfcc12ea5f316e7858d))

### feat

* add script to generate changelog ([70534f8](https://github.com/motss/app-datepicker/commit/70534f8f79295158b0ac1697f27df3dd0e8e0ec0))

### fix

* fix stylings not using the correct CSS Variables ([13e5209](https://github.com/motss/app-datepicker/commit/13e5209458045bcde28da85501af3ee1c21b8456))
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,12 +95,12 @@
"scripts": {
"build": "npm run clean && tsc",
"clean": "rm -rf .*cache *.log .swc/ coverage/ dist/ logs/",
"commit-msg": "npm x -y -- commitlint@latest --edit && sh generate-changelog.sh git add CHANGELOG.md",
"dev": "npm run serve & npm run watch",
"postinstall": "sh postinstall.sh",
"lint": "eslint src --ext .js,.ts",
"lint-commit": "npm x -y -- commitlint@latest --edit",
"lint:build": "npm run lint -- --config .build.eslintrc.json",
"pre-commit": "package-check && nano-staged && tsc --noEmit && sh generate-changelog.sh git add CHANGELOG.md",
"pre-commit": "package-check && nano-staged && tsc --noEmit",
"prepublishOnly": "npm run lint:build && npm run build",
"serve": "npm x -y @web/dev-server@latest -- wds --node-resolve -dw -p 3000 -a index.html",
"test": "wtr --config wtr.config.mjs --update-snapshots",
Expand All @@ -110,7 +110,7 @@
},
"simple-git-hooks": {
"pre-commit": "npm run pre-commit",
"commit-msg": "npm run lint-commit"
"commit-msg": "npm run commit-msg"
},
"commitlint": {
"extends": [
Expand Down

0 comments on commit 4206b7c

Please sign in to comment.