-
Notifications
You must be signed in to change notification settings - Fork 985
Add pages for release notes #1250
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
Conversation
|
🚀 Deployed on https://deploy-preview-1250.quarto.org |
|
@cderv, this is a pretty manual approach but is designed to solve the issue of not having places on quarto.org for release notes. I imagine there are more automated approaches, but maybe a once a release edit isn't too bad? |
|
I think as long as we have the manual checklist for release this is ok. Though we could also do simple automation:
What do you think about the script ? 🤷♂️ |
|
@cderv Yeah, a script could be good. So, the manual step becomes: run I have a slight preference for earlier merging so I can link to the 1.5 release notes in the blog post I'm working on for this week. |
Exactly. Though we could leverage
Like our update for reference pages once per version from script in tools/. That is my idea.
It is not necessary on this PR though one advantage:
But it can definitely be done later for next release. So if you prefer that, I would merge this one and open an issue with the idea. I could work on it later for quarto 1.6 release if you want |
|
I want to get the blog post out today anddon't have time for the script right now. So, I'll merge this and open an issue for the script. Thanks for the feedback! |
|
Opened quarto-dev/quarto-cli#10277 |
|
Successfully created backport PR for |
A rather manual take on having release notes in permanent locations on quarto.org of the form
quarto.org/docs/download/changelog/1.*/(e.g. 1.4).Available via links from "Older Releases" tab. Current and prerelease are aliased to their respective pages.
We would have to add the following tasks to the release checklist:
Copy
changelogfrom old release to_changelog.mdindocs/download/changelog/1.xCopy
docs/download/changelog/1.*/index.qmdand increment versionsAdd new item to
download-olderlisting indocs/download/index.qmdIncrement version in
aliasesof:docs/download/release.qmddocs/download/prerelease.qmdWould close quarto-dev/quarto-cli#5396