Skip to content

Commit 7d67383

Browse files
authored
Merge pull request #82 from pksorensen/release-please--branches--main--components--devcontainer
chore(main): release devcontainer 5.0.0
2 parents c4d9106 + 95baf9a commit 7d67383

File tree

4 files changed

+29
-3
lines changed

4 files changed

+29
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"src": "6.0.0",
3-
"templates/devcontainer": "4.0.0",
3+
"templates/devcontainer": "5.0.0",
44
"templates/claude-dotnet-9": "4.0.0",
55
"templates/claude-dotnet-10-full": "5.0.0",
66
"templates/pks-fullstack": "4.0.0"

templates/devcontainer/CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,32 @@ All notable changes to the DevContainer template will be documented in this file
44

55
This template follows [Semantic Versioning](https://semver.org/spec/v2.0.0.html) and uses [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/).
66

7+
## [5.0.0](https://github.com/pksorensen/pks-cli/compare/devcontainer-v4.0.0...devcontainer-v5.0.0) (2026-03-04)
8+
9+
10+
### ⚠ BREAKING CHANGES
11+
12+
* Release infrastructure replaced with Release Please
13+
* Release infrastructure replaced with Release Please
14+
15+
### Features
16+
17+
* add semantic release configuration for multiple templates ([2389ff8](https://github.com/pksorensen/pks-cli/commit/2389ff8d2cf19b4740f8366f407b38fab240ec2e))
18+
* add semantic-release configurations for new templates and update paths ([6ce5889](https://github.com/pksorensen/pks-cli/commit/6ce588946eac4811858a92c81738fcb4d388536b))
19+
* enable vnext branch for prerelease versioning ([b0ea3ee](https://github.com/pksorensen/pks-cli/commit/b0ea3ee4d983191ea6d103b22fe8dbe765408583))
20+
* migrate from semantic-release to Release Please ([f364bbb](https://github.com/pksorensen/pks-cli/commit/f364bbb5b3c3dd32043c72c7f47d8d33f5306107))
21+
* migrate from semantic-release to Release Please ([a4d5488](https://github.com/pksorensen/pks-cli/commit/a4d5488775b775948779d2738c572f1086213644))
22+
* refactored things ([a068996](https://github.com/pksorensen/pks-cli/commit/a068996ee53e95eaad61576ecf0d97dc1cd9d050))
23+
24+
25+
### Bug Fixes
26+
27+
* add git notes to v1.2.0-rc.10 for semantic-release tracking ([0871b5d](https://github.com/pksorensen/pks-cli/commit/0871b5df26580d33d9978eb2880f59bb257bafbc))
28+
* **cli:** correct npm publish to use OIDC trusted publishing ([793d141](https://github.com/pksorensen/pks-cli/commit/793d14190974e7808be3dec61598da51bfd49322))
29+
* Include .env template files in all template packages ([d793177](https://github.com/pksorensen/pks-cli/commit/d793177003cee03ad4d79dd38e9c134069647b21))
30+
* reset manifest to stable version baselines for main branch ([b49145a](https://github.com/pksorensen/pks-cli/commit/b49145a5d867858bcadd7f20c656a4dd6b508799))
31+
* trigger semantic-release to create v1.2.0-rc.11 ([230763d](https://github.com/pksorensen/pks-cli/commit/230763de7ad31f15e0273ad4d94805c2e90cb136))
32+
733
## [4.0.0-rc.11](https://github.com/pksorensen/pks-cli/compare/devcontainer-v3.0.0-rc.11...devcontainer-v4.0.0-rc.11) (2026-02-22)
834

935

templates/devcontainer/PKS.Templates.DevContainer.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<!-- Template Package Properties -->
88
<PackageType>Template</PackageType>
99
<PackageId>PKS.Templates.DevContainer</PackageId>
10-
<PackageVersion>4.0.0-rc.11</PackageVersion>
10+
<PackageVersion>5.0.0</PackageVersion>
1111
<Title>PKS DevContainer Templates</Title>
1212
<Authors>PKS CLI Team</Authors>
1313
<Owners>pksorensen</Owners>

templates/devcontainer/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.0.0-rc.11
1+
5.0.0

0 commit comments

Comments
 (0)