patternfly / angular-patternfly

This repo contains instructions and the code for a set of Angular 1 components for the PatternFly project.
http://www.patternfly.org/angular-patternfly/
MIT License
123 stars 90 forks source link

Semantic release is broken #765

Open dlabrecq opened 5 years ago

dlabrecq commented 5 years ago

The semantic release version was updated to v^15.0.0, but appears to have been failing for some time.

> semantic-release --pre
[20:09:56] [semantic-release] › ℹ  Running semantic-release version 15.9.17
[20:09:56] [semantic-release] › ✖  An error occurred while running semantic-release: { Error: Cannot find module './node_modules/semantic-release/src/lib/plugin-noop.js'

The semantic release for PatternFly was recently fixed and we should apply the same changes here. Please see the commits below.

https://github.com/patternfly/patternfly/commit/754508a1810536348fb81685d583424577f39595 https://github.com/patternfly/patternfly/commit/46897e30cdaeba9ad130924df3fe57561d121896

dlabrecq commented 5 years ago

FYI @dgutride