Skip to content

feat(adminmanual): Create critical changes section for admins - #10468

Merged
ChristophWurst merged 4 commits into
masterfrom
feat/adminmanual/critical-changes
May 26, 2023
Merged

feat(adminmanual): Create critical changes section for admins#10468
ChristophWurst merged 4 commits into
masterfrom
feat/adminmanual/critical-changes

Conversation

@ChristophWurst

@ChristophWurst ChristophWurst commented May 26, 2023

Copy link
Copy Markdown
Member
  • Moves critical changes from Release schedule to Release notes
  • Update all update pages to link to the changes for admins to see before the upgrade

This is the state for 27. We'll need to write the critical changes for 28 still.

🖼️ Screenshots

image

@ChristophWurst

Copy link
Copy Markdown
Member Author

/backport to stable27

Comment thread admin_manual/release_notes.rst Outdated
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Comment thread admin_manual/release_notes.rst
@ChristophWurst
ChristophWurst force-pushed the feat/adminmanual/critical-changes branch from 9bdc669 to 18462b5 Compare May 26, 2023 11:14
Signed-off-by: Joas Schilling <coding@schilljs.com>
[SubPR for #10468] chore(release_notes): Use subpages per release

@nickvergessen nickvergessen left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So merge and backport like this and then add an empty 28 for master as second PR?

@ChristophWurst

This comment was marked as duplicate.

Comment thread admin_manual/contents.rst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
@ChristophWurst

Copy link
Copy Markdown
Member Author

Changelog moved back up into the index because it's one link for all versions

@ChristophWurst
ChristophWurst merged commit 4e05407 into master May 26, 2023
@ChristophWurst
ChristophWurst deleted the feat/adminmanual/critical-changes branch May 26, 2023 17:30
@backportbot-nextcloud

Copy link
Copy Markdown

The backport to stable27 failed. Please do this backport manually.

# Switch to the target branch and update it
git checkout stable27
git pull origin/stable27

# Create the new backport branch
git checkout -b fix/foo-stable27

# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts. Resolve them.
git cherry-pick abc123

# Push the cherry pick commit to the remote repository and open a pull request
git push origin fix/foo-stable27

More info at https://docs.nextcloud.com/server/latest/developer_manual/getting_started/development_process.html#manual-backport

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Development

Successfully merging this pull request may close these issues.

2 participants