Skip to content

Commit a7964b9

Browse files
author
David Joy
committed
build: run semantic release on djoy/dist_magic branch
1 parent dd022e7 commit a7964b9

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.releaserc

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"branch": "master",
2+
"branch": "djoy/dist_magic",
33
"tagFormat": "v${version}",
44
"verifyConditions": [
55
"@semantic-release/npm",
66
{
77
"path": "@semantic-release/github",
88
"assets": {
9-
"path": "dist/*"
9+
"path": "*"
1010
}
1111
}
1212
],
@@ -18,7 +18,7 @@
1818
{
1919
"path": "@semantic-release/github",
2020
"assets": {
21-
"path": "dist/*"
21+
"path": "*"
2222
}
2323
}
2424
],
@@ -30,8 +30,6 @@
3030
["@semantic-release/npm", {
3131
"pkgRoot": "dist",
3232
}],
33-
["@semantic-release/git", {
34-
"assets": ["package.json", "npm-shrinkwrap.json"]
35-
}]
33+
"@semantic-release/git"
3634
]
3735
}

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ script:
55
- npm run test
66
- npm run build
77
after_success:
8-
- npx semantic-release -d
8+
- npx -p semantic-release -p @semantic-release/git -p @semantic-release/npm -p @semantic-release/commit-analyzer -p @semantic-release/release-notes-generator semantic-release -d --debug
9+
- ls -al
10+
- ls -al dist
911
- codecov
1012
env:
1113
global:

0 commit comments

Comments
 (0)