You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 10, 2018. It is now read-only.
but there is no target "release". Instead there are "11-0", "11-4", ..., "12-4", "master" and many more.
So if I want to create a pull request, how should I check that everything I did is okay?
Please adapt the readme.md
The text was updated successfully, but these errors were encountered:
In your local repo, uncomment this line in the makefile at the root of the chef-web-docs repo:
# release: master
and that will build the chef_master release directory, which contains all of the docs for the current versions. This is the build that is the same as the root of https://docs.chef.io. If you only want to build a specific release for the chef-client, say 12-4, then change "master" to "12-4".
You also may submit the PR against the repo without actually building it. I am more interested in what you think should be updated and as such am happy to do a few extra steps on my end so that it's easier for you to let me know your thoughts. If your proposed PR might break something, I'll catch it. No worries.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The
readme.md
says, that I should invokebut there is no target "release". Instead there are "11-0", "11-4", ..., "12-4", "master" and many more.
So if I want to create a pull request, how should I check that everything I did is okay?
Please adapt the readme.md
The text was updated successfully, but these errors were encountered: