Skip to content

Commit 34489b3

Browse files
committed
chore: add semantic-release
1 parent d00e214 commit 34489b3

File tree

3 files changed

+2023
-144
lines changed

3 files changed

+2023
-144
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,15 @@ after_script: greenkeeper-lockfile-upload
1414
after_success:
1515
- yarn global add codecov
1616
- codecov
17+
- npm run travis-deploy-once "npm run semantic-release"
1718
cache:
1819
yarn: true
1920
branches:
2021
only:
2122
- master
2223
- "/^greenkeeper/.*$/"
24+
except:
25+
- /^v\d+\.\d+\.\d+$/
2326
env:
2427
global:
2528
secure: AFR8KvRS3A58pv3k96/Zuj+7pqlDUDZsQgcL+o++2zyDVXpFJpHMSGRy3qEpCiVp+k8HxXjiw+dRDBYkDOrEQXZ0gaiAVeyl+19VO0XXLw0KmCW8kRNajsg2g2b4+2CWos7JowMgqPQLJRosm0qyojiBSzKlzrW4be34PqtoCA0K6SQ6fKnge6nW9iU6yUJHm3fG4tqDNu5BB2A5PuC9KwVY51dj627faKfVvsVOpbBSH6imy9o3NsZvp5pmB3KvvH/ISxvaMh42FSM/NmIemkMsyxlS5ZOuJFKM3NvXQSBp6rUY5eUp/S4O3PzZIiNQSPbJXA2lPVkQIeiPyTX2dZ3ssHcmYZeFm3OxIlq1SNORp659K+mCAiRLuY2WyWLh6zJtedCUlN/Q1+WILm4aXNXl5RbBr3DMPhM/ELXD37Pg/JTSdgDI6NUgF/OZ2PJu/Dr76Q4gtF6BQemk8MkJ1X6Q/JZDIp4XDMB9WZHqQARk4nCqQnjJyQXoYiwsHN5cquFpdD6aMJLTzFZB3DiqcN3caEO0TfFG0adq2cvk5HfRkEs9m4oKQw9j6n1IyWtJzy/P0acoqjmFSmh5AdOchIUB/dkVWsYek4gGFIWoV6erPgUhJ1KDAVUYoXHI5Q7RQItCWtEF3BJ8J2r4ez0KoFcobpnc1OBPsnSrXdWNB04=

package.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "add-asset-html-webpack-plugin",
3-
"version": "2.1.3",
3+
"version": "0.0.0-development",
44
"description": "Add a JS or CSS assets to a generated HTML file",
55
"files": [
66
"lib/",
@@ -23,7 +23,9 @@
2323
"test": "jest",
2424
"pretravis": "npm run lint && npm run clean",
2525
"travis": "npm run cover",
26-
"precommit": "lint-staged"
26+
"precommit": "lint-staged",
27+
"travis-deploy-once": "travis-deploy-once",
28+
"semantic-release": "semantic-release"
2729
},
2830
"repository": "SimenB/add-asset-html-webpack-plugin",
2931
"keywords": [
@@ -65,7 +67,9 @@
6567
"prettier": "^1.8.2",
6668
"slash": "^2.0.0",
6769
"webpack": "^4.0.0",
68-
"webpack-cli": "^3.1.0"
70+
"webpack-cli": "^3.1.0",
71+
"travis-deploy-once": "^5.0.7",
72+
"semantic-release": "^15.9.15"
6973
},
7074
"peerDependencies": {
7175
"html-webpack-plugin": "^3.0.4"

0 commit comments

Comments
 (0)