From 9deede60920293475ef510b1e8dacb39bc976081 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 09:59:54 +0000 Subject: [PATCH] chore(main): release firestartr-bootstrap 1.5.0 --- .release-please-manifest.json | 2 +- firestartr-bootstrap/CHANGELOG.md | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 37c08327..e07c2360 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,7 +1,7 @@ { "k6": "2.0.0", "dagger-structure-test": "1.0.0", - "firestartr-bootstrap": "1.4.0", + "firestartr-bootstrap": "1.5.0", "notify-and-hydrate-state": "1.4.2", "hydrate-orchestrator": "6.4.3", "gh": "1.4.1", diff --git a/firestartr-bootstrap/CHANGELOG.md b/firestartr-bootstrap/CHANGELOG.md index 72899613..06201680 100644 --- a/firestartr-bootstrap/CHANGELOG.md +++ b/firestartr-bootstrap/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.5.0](https://github.com/prefapp/daggerverse/compare/firestartr-bootstrap-v1.4.0...firestartr-bootstrap-v1.5.0) (2026-07-29) + + +### Features + +* Add trunkBaseDevelopment to expander_branch_strategies.tmpl ([#489](https://github.com/prefapp/daggerverse/issues/489)) ([9a7d938](https://github.com/prefapp/daggerverse/commit/9a7d938d12b974054d60b2122692aa1eb307ae03)) + + +### Bug Fixes + +* Bootstrap defaults ([#487](https://github.com/prefapp/daggerverse/issues/487)) ([64edbe8](https://github.com/prefapp/daggerverse/commit/64edbe81781da6d0de6fab5fe7eccf00ac00b567)) +* update BootstrapFile.yaml.example ([#492](https://github.com/prefapp/daggerverse/issues/492)) ([922660d](https://github.com/prefapp/daggerverse/commit/922660d4bf87b1f1e257875293678d7fade6f8c8)) + ## [1.4.0](https://github.com/prefapp/daggerverse/compare/firestartr-bootstrap-v1.3.1...firestartr-bootstrap-v1.4.0) (2026-07-14)