chore(release): polish docs and release plumbing after 1.1.0 merge#121
Merged
Conversation
- Restructure README Integration: stable install (Asset Store / Releases) first, preview UPM steps in a collapsible block with the correct dependency order (FastTools preview → Collections stable → MVVM preview); fix pin tag to the actual `upm/<version>` scheme - Point the Stable badge at the latest GitHub release instead of the not-yet-formed `upm` branch - Advance the three Roslyn submodules to their merged `main` commits - Move CHANGELOG/MIGRATION (+ .ru) to the repo root; update release.yml CHANGELOG_PATH and bundle the docs back into the package before subtree split; fix changelogUrl in package.json
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
Post-merge cleanup after the
1.1.0branch landed onmain:<details>block with the correct dependency order: FastTools (#upm-preview) → Collections (#upm, stable) → MVVM (#upm-preview). Also fixed the version-pin URL to the actual#upm/<version>tag scheme the release workflow produces (was#upm-preview/<version>).upmbranch, so it resolves to the currentv1.0.xrelease.Aspid.MVVM.Analyzers,Aspid.MVVM.Generators,Aspid.MVVM.Unity.Generatorsto their mergedmaincommits.release.ymlCHANGELOG_PATHupdated, and a new "Bundle release docs into the package" step copies them back into the package beforegit subtree split, so the published UPM package still ships them.changelogUrlinpackage.jsonupdated to the root path.Notes for review
upm-previewbranch, which does not exist on origin yet — it will resolve only after the first preview release runs through the workflow. Left untouched on purpose (the request was scoped to the stable badge); happy to switch it to?include_prereleasesor hide it if preferred.