Skip to content

chore(release): v1.1.0#5

Merged
monsieurleberre merged 1 commit into
devfrom
chore/release-v1.1.0
May 27, 2026
Merged

chore(release): v1.1.0#5
monsieurleberre merged 1 commit into
devfrom
chore/release-v1.1.0

Conversation

@monsieurleberre

Copy link
Copy Markdown
Contributor

Summary

Release commit for v1.1.0, bundling four merged feature PRs:

CHANGELOG [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-27 section above [1.0.0], plus the comparison-link footer update.

After merge

Per CONTRIBUTING.md lines 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

  • CHANGELOG diff scoped to the single file
  • Commit GPG-signed
  • Comparison footer points at the new `v1.0.0...v1.1.0` and `v1.1.0...HEAD`
  • Operator merges this PR
  • Tag commands above are run on the merge commit
  • `gh release view v1.1.0` returns "release not found" (matches v1.0.0 pattern of tag-only)

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.
@monsieurleberre monsieurleberre enabled auto-merge (squash) May 27, 2026 09:11
@monsieurleberre monsieurleberre merged commit 52fd556 into dev May 27, 2026
1 check passed
@monsieurleberre monsieurleberre deleted the chore/release-v1.1.0 branch May 27, 2026 09:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants