chore(release): bump version to v1.0.22#57
Merged
github-actions[bot] merged 1 commit intomainfrom Apr 4, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR prepares the devcontainer-generator release v1.0.22 and updates the public devcontainer catalog data that the app exposes/consumes.
Changes:
- Bump npm package version from
1.0.21to1.0.22. - Update template defaults (e.g., amp-devcontainer image version) and extend template options (Python version proposals; add TYPO3 database choice).
- Add several new devcontainer-community features to the published features catalog.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| public/data/templates.json | Updates template option defaults and adds/extends template options (Python proposals, TYPO3 database selection). |
| public/data/features.json | Adds new devcontainer-community feature entries (add-script, ca-certificates, gitagent.sh, jonas/tig, run-script). |
| package.json | Bumps project version to 1.0.22. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
2
to
6
| "name": "devcontainer-generator", | ||
| "private": true, | ||
| "version": "1.0.21", | ||
| "version": "1.0.22", | ||
| "packageManager": "bun@1.3.10", | ||
| "type": "module", |
There was a problem hiding this comment.
The PR title/description indicates only a version bump, but this change set also updates the published template/feature catalogs (templates.json and features.json). Please update the PR description/title (or split into separate PRs) so release notes/reviewers aren’t misled about the scope of the release.
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.
chore(release): bump version to v1.0.22