Skip to content

Commit 3bb8d0e

Browse files
chore(main): release 0.8.4 (#102)
🤖 I have created a release *beep* *boop* --- ## [0.8.4](v0.8.3...v0.8.4) (2026-05-06) ### ✨ Features * **scaffold:** add terraform_extra_secrets input to reusable workflow ([#103](#103)) ([1cfcd13](1cfcd13)) ### 📦 Other Changes * extract version line via grep in install success message ([#101](#101)) ([7465753](7465753)) * **scaffold:** install tfskel via install.sh in reusable workflow ([#104](#104)) ([3c19128](3c19128)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3c19128 commit 3bb8d0e

3 files changed

Lines changed: 15 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.8.3"
2+
".": "0.8.4"
33
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [0.8.4](https://github.com/ishuar/tfskel/compare/v0.8.3...v0.8.4) (2026-05-06)
4+
5+
6+
### ✨ Features
7+
8+
* **scaffold:** add terraform_extra_secrets input to reusable workflow ([#103](https://github.com/ishuar/tfskel/issues/103)) ([1cfcd13](https://github.com/ishuar/tfskel/commit/1cfcd13540290b92189b5726e9c17048c8dd2f0d))
9+
10+
11+
### 📦 Other Changes
12+
13+
* extract version line via grep in install success message ([#101](https://github.com/ishuar/tfskel/issues/101)) ([7465753](https://github.com/ishuar/tfskel/commit/7465753dae11a32a4fcdcc888dc907c9122950da))
14+
* **scaffold:** install tfskel via install.sh in reusable workflow ([#104](https://github.com/ishuar/tfskel/issues/104)) ([3c19128](https://github.com/ishuar/tfskel/commit/3c19128a7688fb6bf3000be9fc489d7c8b6f956f))
15+
316
## [0.8.3](https://github.com/ishuar/tfskel/compare/v0.8.2...v0.8.3) (2026-04-26)
417

518

cmd/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111
// Version is the current tfskel release version.
1212
// This value is automatically updated by release-please during releases.
1313
// https://github.com/googleapis/release-please/blob/main/docs/customizing.md#updating-arbitrary-files
14-
const Version = "0.8.3" // x-release-please-version
14+
const Version = "0.8.4" // x-release-please-version
1515

1616
const repoURL = "https://github.com/ishuar/tfskel"
1717

0 commit comments

Comments
 (0)