Skip to content

Commit 4782469

Browse files
committed
feat(semantic-release): Automatically release first version
Automatically release first production version via semantic-release and travis-ci
1 parent 1caa18d commit 4782469

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ before_script:
1313
script:
1414
- npm run test:coverage
1515
after_success:
16+
- npm run semantic-release
1617
- npm run report:coverage
1718
branches:
1819
except:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "inheritance-es5",
3-
"version": "1.0.2",
3+
"version": "0.0.0-semantically-release",
44
"description": "Inheritance in javascript (ES5)",
55
"main": "inheritance.js",
66
"directories": {

0 commit comments

Comments
 (0)