React-styleguidist: Cutting a release

Created on 31 Aug 2020  路  2Comments  路  Source: styleguidist/react-styleguidist

Hey team!

I'm wondering what the release process is like for getting react-styleguidist updated on npm? It looks like a release hasn't been made since May 27, and my team is waiting on a vulnerability fix that's been preventing us from using Styleguidist.

released

Most helpful comment

I think we need to tweak semantic-release setting because it doesn't think there's anything to publish 馃し

https://travis-ci.org/github/styleguidist/react-styleguidist/jobs/720900870

  1. Remove this line:

https://github.com/styleguidist/react-styleguidist/blob/be90f3aa688e5d9f188686c7261d964157a338b6/.travis.yml#L68

  1. Remove the config:

https://github.com/styleguidist/react-styleguidist/blob/master/release.config.js

  1. Update the docs to the default Angular convention, instead of the ESLint one:

https://github.com/styleguidist/react-styleguidist/blob/master/docs/Maintenance.md#commit-message-conventions

All 2 comments

I think we need to tweak semantic-release setting because it doesn't think there's anything to publish 馃し

https://travis-ci.org/github/styleguidist/react-styleguidist/jobs/720900870

  1. Remove this line:

https://github.com/styleguidist/react-styleguidist/blob/be90f3aa688e5d9f188686c7261d964157a338b6/.travis.yml#L68

  1. Remove the config:

https://github.com/styleguidist/react-styleguidist/blob/master/release.config.js

  1. Update the docs to the default Angular convention, instead of the ESLint one:

https://github.com/styleguidist/react-styleguidist/blob/master/docs/Maintenance.md#commit-message-conventions

:tada: This issue has been resolved in version 11.0.9 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

Was this page helpful?
0 / 5 - 0 ratings