Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
njleonzhang committed Sep 28, 2017
1 parent c140140 commit deea58f
Show file tree
Hide file tree
Showing 5 changed files with 24,354 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,3 @@ yarn-error.log*
*.sln

docs/docsify-demo-box-react.js
dist/
2 changes: 2 additions & 0 deletions build/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ if [[ $REPLY =~ ^[Yy]$ ]]; then
VERSION=$VERSION npm run build

# commit
git add -f \
dist/*
git commit -m "build: build $VERSION"
npm version $VERSION --message "build: release $VERSION"

Expand Down
Loading

0 comments on commit deea58f

Please sign in to comment.