Skip to content

Commit 5dbdd99

Browse files
authored
Merge pull request #80 from pksorensen/release-please--branches--main--components--pks-fullstack
chore(main): release pks-fullstack 4.0.0
2 parents 5d904e2 + 7e6b286 commit 5dbdd99

File tree

4 files changed

+33
-3
lines changed

4 files changed

+33
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"templates/devcontainer": "4.0.0",
44
"templates/claude-dotnet-9": "4.0.0",
55
"templates/claude-dotnet-10-full": "4.0.0",
6-
"templates/pks-fullstack": "3.0.0"
6+
"templates/pks-fullstack": "4.0.0"
77
}

templates/pks-fullstack/CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,36 @@ All notable changes to the PKS Fullstack template will be documented in this fil
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+
## [4.0.0](https://github.com/pksorensen/pks-cli/compare/pks-fullstack-v3.0.0...pks-fullstack-v4.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 devcontainer spawning functionality and related services ([16f9905](https://github.com/pksorensen/pks-cli/commit/16f9905846dc8b095a5e569ca2b65124de450c63))
18+
* Add PKS Fullstack DevContainer template with comprehensive setup ([5c4bf23](https://github.com/pksorensen/pks-cli/commit/5c4bf23abd95aa83f35c797192ecc7f3dc43bb0f))
19+
* add semantic release configuration for multiple templates ([2389ff8](https://github.com/pksorensen/pks-cli/commit/2389ff8d2cf19b4740f8366f407b38fab240ec2e))
20+
* add semantic-release configurations for new templates and update paths ([6ce5889](https://github.com/pksorensen/pks-cli/commit/6ce588946eac4811858a92c81738fcb4d388536b))
21+
* enable vnext branch for prerelease versioning ([b0ea3ee](https://github.com/pksorensen/pks-cli/commit/b0ea3ee4d983191ea6d103b22fe8dbe765408583))
22+
* Implement configuration hash service for devcontainer change detection and enhance rebuild options ([43afb65](https://github.com/pksorensen/pks-cli/commit/43afb65efa802467566ca96cebf738bb231371e6))
23+
* migrate from semantic-release to Release Please ([f364bbb](https://github.com/pksorensen/pks-cli/commit/f364bbb5b3c3dd32043c72c7f47d8d33f5306107))
24+
* migrate from semantic-release to Release Please ([a4d5488](https://github.com/pksorensen/pks-cli/commit/a4d5488775b775948779d2738c572f1086213644))
25+
26+
27+
### Bug Fixes
28+
29+
* add git notes to v1.2.0-rc.10 for semantic-release tracking ([0871b5d](https://github.com/pksorensen/pks-cli/commit/0871b5df26580d33d9978eb2880f59bb257bafbc))
30+
* **cli:** correct npm publish to use OIDC trusted publishing ([793d141](https://github.com/pksorensen/pks-cli/commit/793d14190974e7808be3dec61598da51bfd49322))
31+
* Enhance Docker credential handling and fix file ownership issues in devcontainer spawning ([0b0ff68](https://github.com/pksorensen/pks-cli/commit/0b0ff68f7c5343086cd3598bb4c44a0a30eb9281))
32+
* Include .env template files in all template packages ([d793177](https://github.com/pksorensen/pks-cli/commit/d793177003cee03ad4d79dd38e9c134069647b21))
33+
* reset manifest to stable version baselines for main branch ([b49145a](https://github.com/pksorensen/pks-cli/commit/b49145a5d867858bcadd7f20c656a4dd6b508799))
34+
* trigger semantic-release to create v1.2.0-rc.11 ([230763d](https://github.com/pksorensen/pks-cli/commit/230763de7ad31f15e0273ad4d94805c2e90cb136))
35+
* update Dockerfile and devcontainer.json to use latest base image tag ([64bdd86](https://github.com/pksorensen/pks-cli/commit/64bdd8612709f5d76f96b6b504a323b83adfbe2f))
36+
737
## [3.0.0-rc.13](https://github.com/pksorensen/pks-cli/compare/pks-fullstack-v2.0.0-rc.13...pks-fullstack-v3.0.0-rc.13) (2026-02-21)
838

939

templates/pks-fullstack/PKS.Templates.PksFullstack.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.PksFullstack</PackageId>
10-
<PackageVersion>3.0.0-rc.13</PackageVersion>
10+
<PackageVersion>4.0.0</PackageVersion>
1111
<Title>PKS Fullstack DevContainer Template</Title>
1212
<Authors>PKS CLI Team</Authors>
1313
<Owners>pksorensen</Owners>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.0-rc.13
1+
4.0.0

0 commit comments

Comments
 (0)