-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Automate releasing and publishing to npm #160
Conversation
5d7d065
to
6e45abd
Compare
b98f79e
to
27cc027
Compare
name: docs | ||
path: dist/docs | ||
|
||
update_release_draft: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I couldn't get this job working yet. It says the config is invalid but I'm 99% sure it's there and its's valid. I couldn't find any help nor in the docs (@mbohal), nor with Google. I believe it might start working once the 'release-drafter.yml' config is merged into master
.
1. GitHub release draft is published. | ||
2. Git tag with version number is added to `master`. | ||
3. Package is built and published to npm package registry. | ||
4. Documentation is built and deployed to production. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unfortunately, this is the only step I know it works — see react-ui.io. The rest is blocked by an unknown error in Release Drafter workflow. I hope I can figure out more once this PR is merged into master
.
9138bb0
to
9cf9ef8
Compare
27cc027
to
c27dc7d
Compare
c27dc7d
to
c7d634e
Compare
Let's try and see… |
Closes #71.