Skip to content

Commit

Permalink
chore: update release config
Browse files Browse the repository at this point in the history
  • Loading branch information
DreamOfIce committed Jul 9, 2023
1 parent d6078b7 commit ee5f098
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 4 deletions.
1 change: 0 additions & 1 deletion .release-it.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,3 @@ plugins:
"@release-it/conventional-changelog":
preset: conventionalcommits
infile: CHANGELOG.md
header: "# Changelog"
2 changes: 0 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# Changelog

## [0.8.2](https://github.com/DreamOfIce/vuepress-plugin-i18n/compare/v0.8.1...v0.8.2) (2023-05-12)

## [0.8.1](https://github.com/DreamOfIce/vuepress-plugin-i18n/compare/v0.8.0...v0.8.1) (2023-05-11)
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"lint:eslint": "eslint --ext .ts --fix ./src",
"lint:prettier": "prettier --write .",
"prepare": "husky install",
"release": "release-it",
"release": "dotenv release-it",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
Expand All @@ -61,6 +61,7 @@
"@vue/tsconfig": "^0.3.2",
"@vuepress/markdown": "2.0.0-beta.64",
"@vuepress/plugin-git": "2.0.0-beta.64",
"dotenv-cli": "^7.2.1",
"esbuild-plugin-vue3": "^0.3.2",
"eslint": "^8.44.0",
"eslint-config-prettier": "^8.8.0",
Expand Down
23 changes: 23 additions & 0 deletions pnpm-lock.yaml

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

0 comments on commit ee5f098

Please sign in to comment.