-
Notifications
You must be signed in to change notification settings - Fork 81
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
Monthly desktop release notes #655
Comments
The directories aren't exposed to the website code btw, the files are basically just pulled into one big list by version. So the directories only exist for organizational purposes in https://github.com/thunderbird/thunderbird-notes/blob/master/loader.py#L4 On the front-end side, we will need changes to the release index page and probably a new one for monthly releases, or maybe redesign that page so it can display all channels with a tab switcher or something. |
That's good to know, thanks. I'll go ahead and get things moved around in thunderbird-notes now. |
Nevermind everything builds okay, so we'll just need to figure out how we want to show monthly releases. |
Monthly release notes seem to be working. https://www.thunderbird.net/en-US/thunderbird/131.0/releasenotes/ |
Oh yeah I realized that soon after commenting. I meant an index page similar https://www.thunderbird.net/en-US/thunderbird/releases/ for monthly release notes. |
With upcoming monthly releases, the website will need to be updated to provide monthly release notes. This will require a change in unison with https://github.com/thunderbird/thunderbird-notes.
The thunderbird-notes repo currently uses the 'release' directory for esr release notes. I plan to move the esr release notes to a new 'esr' directory, and use the existing 'release' directory for monthly release notes.
The text was updated successfully, but these errors were encountered: