airbnb / react-sketchapp

render React components to Sketch ⚛️💎
http://airbnb.io/react-sketchapp/
MIT License
14.95k stars 824 forks source link

Changelog on GitHub and on website are not synced #488

Closed 1st closed 4 years ago

1st commented 4 years ago

Hello,

I see that here you have the updated version of changeling file: https://github.com/airbnb/react-sketchapp/blob/master/CHANGELOG.md (it contains v3.1.1)

But on the website http://airbnb.io/react-sketchapp/CHANGELOG.html it's mention only for Version 3.0.1.

Looks that your build mechanism is broken and website pages are not updated from GitHub. Hope that this will help to keep your project better.

mathieudutour commented 4 years ago

forgot to publish the docs. Should be fine now

1st commented 4 years ago

forgot to publish the docs. Should be fine now

Can you setup GitHub actions to do it automatically for you? It will make your life easier, and developers life happier.

Have a good day!

mathieudutour commented 4 years ago

The master isn’t necessarily what is published so we need to be careful about automatic deployment

1st commented 4 years ago

Then create a “release” branch to have a stable code that is pushed to the public

mathieudutour commented 4 years ago

then it's as much work as running npm run docs:deploy :)