Skip to content

Commit

Permalink
chore: rename handlebar setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Enubia committed Jun 20, 2024
1 parent 20c5f4b commit 96bb3af
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
"scripts": {
"build": "vue-tsc --noEmit && vite build",
"changelog:generate-vue": "auto-changelog --handlebars-setup handlebars-setup.js -p -l false -t ./changelog-template-vue.hbs --ignore-commit-pattern \"chore\\(deps\\)|chore: release|Enubia/renovate\" --starting-version v2.0.0 --output src/components/changelog/Generated.vue && eslint --fix src/components/changelog/Generated.vue",
"changelog:generate-vue": "auto-changelog --handlebars-setup handlebars-setup.cjs -p -l false -t ./changelog-template-vue.hbs --ignore-commit-pattern \"chore\\(deps\\)|chore: release|Enubia/renovate\" --starting-version v2.0.0 --output src/components/changelog/Generated.vue && eslint --fix src/components/changelog/Generated.vue",
"changelog:generate": "auto-changelog -p -l false -t ./changelog-template.hbs --ignore-commit-pattern \"chore\\(deps\\)|chore: release|Enubia/renovate\" --starting-version v2.0.0",
"changelog:push": "git add . && git commit -m \"chore: update changelog\" && git push",
"changelog:update": "pnpm changelog:generate && pnpm changelog:generate-vue && pnpm changelog:push",
Expand Down

0 comments on commit 96bb3af

Please sign in to comment.