Skip to content

Commit

Permalink
Merge branch 'development'
Browse files Browse the repository at this point in the history
  • Loading branch information
heyitsjhu committed Aug 4, 2022
2 parents f19f9c7 + ea01761 commit 79e50e9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-it.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"git": {
"changelog": "npm run changelog -- --stdout",
"changelog": "npm run changelog:release",
"commitMessage": "chore: Release v${version}",
"requireCleanWorkingDir": true
},
Expand Down
2 changes: 1 addition & 1 deletion CLOC.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cloc|github.com/AlDanial/cloc v 1.94 T=0.05 s (166.2 files/s, 4118.6 lines/s)
cloc|github.com/AlDanial/cloc v 1.94 T=0.05 s (164.4 files/s, 4073.2 lines/s)
--- | ---

Language|files|blank|comment|code
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"build": "babel src -d dist -s inline",
"changelog": "auto-changelog -p --handlebars-setup handlebars.js --template changelog-template.hbs",
"changelog:debug": "auto-changelog -p --template json --output changelog-preview.json",
"changelog:release":"npm run changelog -- --stdout",
"circular-deps": "madge --circular src",
"cloc": "cloc --skip-win-hidden --exclude-dir=node_modules,bin,build,coverage,dist --exclude-ext=html --exclude-list-file=.clocignore *",
"cloc:persist": "npm run cloc -- --md --out=CLOC.md && git add CLOC.md",
Expand Down

0 comments on commit 79e50e9

Please sign in to comment.