Skip to content

Commit

Permalink
feat: add release script
Browse files Browse the repository at this point in the history
  • Loading branch information
phshy0607 committed Mar 29, 2022
1 parent 93504fa commit e9c100a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `Security` in case of vulnerabilities.


## [0.6.4] - 2022-03-29

### added
- use `yarn release` to publish packages

## [0.6.2] - 2022-03-29

### Fixed
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blizzbolts/docit",
"version": "0.6.2",
"version": "0.6.4",
"license": "MIT",
"bin": {
"docit": "bin/docit.js"
Expand All @@ -23,7 +23,8 @@
"docs-build": "node ./bin/docit build docs",
"clean": "rm -rf node_modules build docs-dist",
"test": "vitest",
"publish:pages": "node scripts/gh.js"
"publish:pages": "node scripts/gh.js",
"release": "yarn build && yarn publish && yarn publish:pages"
},
"files": [
"build",
Expand Down

0 comments on commit e9c100a

Please sign in to comment.