Skip to content

Commit

Permalink
feat: release the kraken 🐙
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Initial 1.0.0 release!!
  • Loading branch information
Kent C. Dodds committed Sep 8, 2017
1 parent 9e6e900 commit 92dcb96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ install: npm install
script: npm run validate
after_success:
- npx codecov
# disable auto-releasing until we're ready for this thing to go live
# - npx -p semantic-release@7 -c "semantic-release pre && npm publish && semantic-release post"
- npx -p semantic-release@7 -c "semantic-release pre && npm publish && semantic-release post"
branches:
only: master
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-macros",
"version": "0.5.2",
"version": "0.0.0-semantically-released",
"description": "Enables zero-config, importable babel plugins",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 92dcb96

Please sign in to comment.