Skip to content

Commit

Permalink
fix: update docs as part of release
Browse files Browse the repository at this point in the history
  • Loading branch information
jpoehnelt committed Oct 2, 2020
1 parent d1a3360 commit e983759
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
token: ${{ secrets.RELEASE_TOKEN }}
- run: npm i
- run: npm run build
- run: npm run docs
- run: npm run lint
- run: npm test
- run: docker build . --file Dockerfile
Expand Down
6 changes: 5 additions & 1 deletion .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@ branches:
plugins:
- "@semantic-release/commit-analyzer"
- "@semantic-release/release-notes-generator"
- "@semantic-release/git"
- - "@semantic-release/git"
- assets:
- docs/**/*
- package.json
- package-lock.json
- "@semantic-release/github"
- "@semantic-release/npm"
options:
Expand Down

0 comments on commit e983759

Please sign in to comment.