chore(release): v1.1.0#5
Merged
Merged
Conversation
Promote four merged feature PRs into a tagged 1.1.0 section: - #2 scala-ci.yaml — new reusable sbt/Scala workflow - #1 csharp-ci.yaml — migrated to xUnit v3 + Microsoft.Testing.Platform - #3 go-ci.yaml — new coverage-title input - #4 terraform-ci.yaml — new coverage-title input Tagging (v1.1.0 + floating v1) follows on the merge commit per CONTRIBUTING.md.
peaceful-bot
approved these changes
May 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Release commit for v1.1.0, bundling four merged feature PRs:
csharp-ci.yamlmigrated to xUnit v3 + Microsoft.Testing.Platformscala-ci.yamlnew reusable sbt/Scala CI workflowgo-ci.yamlnewcoverage-titleinputterraform-ci.yamlnewcoverage-titleinputCHANGELOG
[Unreleased]was empty (entries weren't added in the four feature PRs), so this commit populates the new[1.1.0]section directly and leaves[Unreleased]empty for next cycle.What this PR does
Single file change:
CHANGELOG.md— adds the[1.1.0] - 2026-05-27section above[1.0.0], plus the comparison-link footer update.After merge
Per
CONTRIBUTING.mdlines 128-142, the maintainer tags the merge commit:```bash
git fetch origin
git tag -a v1.1.0 -m "v1.1.0 — Scala CI, csharp xUnit v3 migration, coverage-title across all four workflows"
git tag -fa v1 -m "Latest v1 (= v1.1.0)"
git push origin v1.1.0 v1 --force
```
(Tags annotated + GPG-signed automatically per local git config.)
Then notify the known consumer: `peacefulstudio/daml-codegen-csharp` (test-caller PR #164 pins the SHAs and will be re-pointed at `@v1` after the tag moves).
No GitHub Release is created — `v1.0.0` didn't have one either; the annotated tag's body carries the notes.
Test plan