Skip to content

Commit

Permalink
fix: rename changelog config file
Browse files Browse the repository at this point in the history
  • Loading branch information
jee-r committed Jul 1, 2024
1 parent 4e579ae commit 9427a68
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "resume",
"type": "module",
"version": "0.3.4",
"version": "0.3.5",
"scripts": {
"dev": "astro dev --host",
"start": "astro dev",
Expand All @@ -11,9 +11,9 @@
"astro": "astro",
"generate-pdf": "ts-node-esm --project tsconfig-pdf.json ./scripts/generate-pdf.ts",
"generate-pdf:ci": "start-server-and-test build_and_preview http://localhost:4321 generate-pdf",
"changelog-latest": "conventional-changelog --config ./changelog-config.cjs -r 1",
"changelog": "conventional-changelog --config ./changelog-config.cjs -i CHANGELOG.md -s",
"version": "conventional-changelog --config ./changelog-config.cjs -i CHANGELOG.md -s && git add CHANGELOG.md"
"changelog-latest": "conventional-changelog --config ./changelog-config.mjs -r 1",
"changelog": "conventional-changelog --config ./changelog-config.mjs -i CHANGELOG.md -s",
"version": "conventional-changelog --config ./changelog-config.mjs -i CHANGELOG.md -s && git add CHANGELOG.md"
},
"dependencies": {
"@astrojs/mdx": "^3.0.0",
Expand Down

0 comments on commit 9427a68

Please sign in to comment.