Skip to content

Commit

Permalink
Merge pull request #18 from brysgo/brysgo-patch-1
Browse files Browse the repository at this point in the history
fix(package): switch to semantic release
  • Loading branch information
brysgo committed Jan 30, 2019
2 parents 823cb5c + bb3e0f1 commit 9ceac33
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
build:
docker:
# specify the version you desire here
- image: circleci/node:7.10
- image: circleci/node:lts

# Specify service dependencies here if necessary
# CircleCI maintains a library of pre-built images
Expand Down 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,6 +1,6 @@
{
"name": "babel-plugin-inline-dotenv",
"version": "1.2.0",
"version": "0.0.0-semantic-release",
"description": "Load your `.env` file and replace `process.env.MY_VARIABLE` with the value you set.",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit 9ceac33

Please sign in to comment.