References correct starter kit version for Umbraco 16#19392
Merged
AndyButland merged 1 commit intorelease/16.0from May 23, 2025
Merged
References correct starter kit version for Umbraco 16#19392AndyButland merged 1 commit intorelease/16.0from
AndyButland merged 1 commit intorelease/16.0from
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR updates the starter kit reference to align with Umbraco 16 by updating version details and adding a TODO for final release adjustments.
- Updated version in version.json to "16.0.0-rc4" with an inline comment for further changes upon final release.
- Changed the starter kit version in templates/UmbracoProject/.template.config/starterkits.template.json from "14.0.0" to "16.0.0-rc".
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| version.json | Updated version reference to "16.0.0-rc4" with a clarifying TODO comment. |
| templates/UmbracoProject/.template.config/starterkits.template.json | Updated the starter kit version value to "16.0.0-rc" to reflect the Umbraco 16 release. |
lauraneto
approved these changes
May 23, 2025
Contributor
lauraneto
left a comment
There was a problem hiding this comment.
Working as expected now! 🙌
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.
Prerequisites
Resolves: #19389
Description
This PR updates the starter kit reference to align with Umbraco 16 and adds a
TODOto remember to remove the RC suffix with 16 final is prepared.Testing
See linked issue.