Skip to content
This repository was archived by the owner on Sep 7, 2022. It is now read-only.

Commit 7594616

Browse files
committed
fix: include README in release artifact
1 parent ce283ce commit 7594616

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
deploy:
2424
provider: script
2525
skip_cleanup: true
26-
script: cd src && npm ci && npx semantic-release
26+
script: cp README.md src/ && cd src && npm ci && npx semantic-release
2727
on:
2828
all_branches: true
2929
branches:

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
},
5757
"license": "MIT",
5858
"homepage": "https://github.com/madmas/nativescript-pdf-view",
59-
"readmeFilename": "../README.md",
59+
"readmeFilename": "README.md",
6060
"devDependencies": {
6161
"@semantic-release/release-notes-generator": "^9.0.1",
6262
"semantic-release": "^17.1.1",

0 commit comments

Comments
 (0)