Skip to content

Commit 9ceac33

Browse files
authored
Merge pull request #18 from brysgo/brysgo-patch-1
fix(package): switch to semantic release
2 parents 823cb5c + bb3e0f1 commit 9ceac33

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
build:
88
docker:
99
# specify the version you desire here
10-
- image: circleci/node:7.10
10+
- image: circleci/node:lts
1111

1212
# Specify service dependencies here if necessary
1313
# CircleCI maintains a library of pre-built images
@@ -35,5 +35,6 @@ jobs:
3535

3636
# run tests!
3737
- run: yarn test
38+
- run: npx semantic-release
3839

3940

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-plugin-inline-dotenv",
3-
"version": "1.2.0",
3+
"version": "0.0.0-semantic-release",
44
"description": "Load your `.env` file and replace `process.env.MY_VARIABLE` with the value you set.",
55
"main": "src/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)