Skip to content

Commit 8500c20

Browse files
authored
Changelog for v3.76.1 (#538)
Fix release workflow, was missing the checkout of the pulumi submodule.
1 parent 64b7af3 commit 8500c20

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

.changes/v3.76.1.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
## v3.76.1 - 2025-03-10
2+

.github/workflows/release-sdk.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
uses: actions/checkout@v4
4343
with:
4444
ref: ${{ inputs.ref }}
45+
submodules: 'recursive'
4546
- name: Set up DotNet 8.0.x
4647
id: setup-dotnet
4748
uses: actions/setup-dotnet@v4

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
66
and is generated by [Changie](https://github.com/miniscruff/changie).
77

8+
## v3.76.1 - 2025-03-10
9+
810
## v3.76.0 - 2025-03-10
911

1012
### Improvements

0 commit comments

Comments
 (0)