feat(releases): Create automated PRs when new release is added#107
Merged
Conversation
Signed-off-by: sandert-k8s <sandert98@gmail.com>
✅ Deploy Preview for docs-projectcapsule ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the documentation version configuration so the v0.13 release entry navigates to the main site (projectcapsule.dev), reflecting that the release-0-13 branch is no longer kept up to date.
Changes:
- Set the site
versionparam tov0.13. - Point the
v0.13entry in the versions dropdown tohttps://projectcapsule.dev. - Remove the separate
latestentry from the versions list.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
79d43c1 to
00abdcd
Compare
Signed-off-by: sandert-k8s <sandert98@gmail.com>
Signed-off-by: sandert-k8s <sandert98@gmail.com>
23671f1 to
4b09067
Compare
Signed-off-by: sandert-k8s <sandert98@gmail.com>
oliverbaehler
approved these changes
Jul 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Use the latest version to just navigate to the main branch. Currently, the 0.13 branch is outdated since we didn't manually backport everything to that release.
Disable netfily cache, otherwise it doesn't get the capsule version dynamically in the installation docs
Created a workflow that creates PR's when a new release has been added, included signoff and GPG signing. To see, check the open PR's here: https://github.com/sandert-k8s/website/pulls (triggered manually with command below. It will be triggered automatically when there is a push on config/_default/params.yaml on main)
fixes #101