Skip to content

Commit

Permalink
feat: microbundle and semantic release (#341)
Browse files Browse the repository at this point in the history
* remove dry run

* fix: update releaserc with necessary plugins

* fix(build): add prepare to package.json; remove private from package.json

* fix(build): remove pre-defined plugins

* fix(build): add microbundle to dev deps

* chore(renovate): set schedule to monthly

* chore(build): add relaserc to npmignore; sort package.json
  • Loading branch information
ricokahler committed Jan 30, 2021
1 parent e978bf9 commit 00fa632
Show file tree
Hide file tree
Showing 5 changed files with 916 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -35,4 +35,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx semantic-release --dry-run
run: npx semantic-release
1 change: 1 addition & 0 deletions .npmignore
Expand Up @@ -13,3 +13,4 @@ babel.config.json
jest.config.js
renovate.json
tsconfig.json
.releaserc.json

0 comments on commit 00fa632

Please sign in to comment.