docs: add Veilid upgrade skill#33
Merged
Merged
Conversation
- nextest filter expressions now use -E (a bare quoted string is a substring match and silently runs 0 tests) - save-dweb-backend runs the full nextest suite (its CI does); drop the save-rust-only smoke names that do not exist in that repo - stale-tag verification greps a concrete previous version instead of the no-op literal 0\.5\.x - tag step checks out the default branch first so the tag lands on the merge commit, not the feature branch tip Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
…ease tags - Tag step no longer assumes 'origin' is the release repo. veilid-iroh-blobs may have origin=RangerMauve and a separate openarchive remote, so confirm with 'git remote -v' and push the tag to the merged-into remote. - Fork-origin migration checklist now distinguishes 'do not change Veilid version tags' from 'you may need to cut new wrapper-crate release tags'; bump the package version and tag a new version rather than moving a tag. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
A pushed git tag does not appear on the Releases page; these repos keep a Release per tag. Add a 'gh release create' step after the tag push, and note that Releases should be created only for tags on the merged default branch, after all PRs for the upgrade have merged. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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.
Summary
Verification