Skip to content

Commit

Permalink
fix(semantic-release): only include tarball for github
Browse files Browse the repository at this point in the history
Online include the NPM package tarball in github release assets.
  • Loading branch information
pathurs committed May 27, 2019
1 parent 39d0938 commit 34cc05d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/semantic-release.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,9 @@ You can install the **[npm package](https://www.npmjs.com/package/@colonise/${pa
_Automatically generated by [semantic-release](https://github.com/semantic-release/semantic-release)._`,
failTitle: `The automatic publishing of release \${nextRelease.gitTag} is failing.`,
assets: [
rootPackageJson.files,
{
path: 'colonise-config-*.tgz',
label: 'Colonise Config Tarball'
label: 'NPM package (.tgz)'
}
]
}
Expand Down

0 comments on commit 34cc05d

Please sign in to comment.