Skip to content

Commit

Permalink
fix(package): add semantic release
Browse files Browse the repository at this point in the history
  • Loading branch information
brysgo committed Jan 30, 2019
1 parent 596c0ab commit 998fcad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,6 @@ jobs:

# run tests!
- run: yarn test
- run: npx semantic-release


2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "./node_modules/ng-packagr/package.schema.json",
"name": "angular-monoquery",
"version": "1.2.1",
"version": "0.0.0-semantic-release",
"main": "dist/bundles/angular-monoquery.umd.js",
"author": "Bryan Goldstein <brysgo@gmail.com>",
"license": "MIT",
Expand Down

0 comments on commit 998fcad

Please sign in to comment.