-
Notifications
You must be signed in to change notification settings - Fork 985
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
Docs automation and v0.5.1 #912
Comments
This is good. less manual stuff is better :) lemme research to see how other projects are doing it :) |
there's site's params which is like custom global var for hugo https://gohugo.io/variables/site/#the-siteparams-variable
UPDATE: apprently, there's already a builtin shortcode for that |
open a PR here https://github.com/aws/karpenter/pull/925/files . it's a small step toward docs release automation. what do you think @ellistarn @geoffcline |
Another approach that i can think of is: when we cut a release, we put it into a branch.
the manual steps we need to do downsidesit may affect searching feature as i'm afraid it can only search from current version of the docs only :-/ need confirmations here. wdyt? @ellistarn @geoffcline |
I am disinclined to use subdomains, as it requires integrating with netlify to do releases (new netlify deployment for each release). I am working on making a 'lil script to handle making the new docs dir during the release process. I would be more inclined to do more complex work if pushing new docs versions was causing substantial issues or taking up too much time. Just my thoughts. Thanks, Geoffrey |
Tell us about your request
We recently cut v0.5.1, but decided to hold off on docs changes until we can sort out what to do.
What does a docs version bump look like?
Is there anything else?
How can we automate this?
I'd like for us to drive all of this behavior from
make release
. Eventually (though potentially out of scope) we could trigger this in response to a tag push using something like https://github.com/vsoch/pull-request-action.Is it possible to have some sort of variable in hugo like
version=v0.5.1
and then we can reference that variable anywhere in the docs so we don't have to do any nasty string parsing and keep our automation up to date with every placeversion
is mentioned?I'm open to other ideas on this.
Additional context
As part of this work, we should update the docs to v0.5.1.
Attachments
If you think you might have additional information that you'd like to include via an attachment, please do - we'll take a look. (Remember to remove any personally-identifiable information.)
Community Note
The text was updated successfully, but these errors were encountered: