Skip to content

Commit

Permalink
fix(semantic-release): remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
pathurs committed May 27, 2019
1 parent 34cc05d commit d4fc8dd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/semantic-release.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import SemanticReleaseError from '@semantic-release/error';
import RootPath from 'app-root-path';

const packageName = process.env.COLONISE_PACKAGE_NAME;

Expand All @@ -13,8 +12,6 @@ if (!packageName) {

const packageNameLower = packageName.toLowerCase();

const rootPackageJson = RootPath.require('./package.json');

const changelog = [
'@semantic-release/changelog',
{
Expand Down

0 comments on commit d4fc8dd

Please sign in to comment.