We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 823cb5c + bb3e0f1 commit 9ceac33Copy full SHA for 9ceac33
.circleci/config.yml
@@ -7,7 +7,7 @@ jobs:
7
build:
8
docker:
9
# specify the version you desire here
10
- - image: circleci/node:7.10
+ - image: circleci/node:lts
11
12
# Specify service dependencies here if necessary
13
# CircleCI maintains a library of pre-built images
@@ -35,5 +35,6 @@ jobs:
35
36
# run tests!
37
- run: yarn test
38
+ - run: npx semantic-release
39
40
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "babel-plugin-inline-dotenv",
3
- "version": "1.2.0",
+ "version": "0.0.0-semantic-release",
4
"description": "Load your `.env` file and replace `process.env.MY_VARIABLE` with the value you set.",
5
"main": "src/index.js",
6
"scripts": {
0 commit comments