Skip to content

Commit 3396826

Browse files
committed
chore(pact_models): update changelog for release 1.3.11 [skip-ci]
1 parent b0554f3 commit 3396826

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

rust/pact_models/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
To generate the log, run `git log --pretty='* %h - %s (%an, %ad)' TAGNAME..HEAD .` replacing TAGNAME and HEAD as appropriate.
22

3+
# 1.3.11 - Maintenance Release
4+
5+
* b0554f31 - chore: add crate name and version to all http clients (JP-Ellis, Thu Jun 18 09:26:08 2026 +1000)
6+
* 2aa42a36 - bump version to 1.3.11 (Ronald Holshausen, Wed Apr 29 16:57:05 2026 +1000)
7+
38
# 1.3.10 - Bugfix Release
49

510
* bf2fc778 - fix: ArrayContains variants must serialise as objects in values() (Stan Vodetskyi, Tue Apr 28 14:25:11 2026 -0700)

rust/pact_models/release.groovy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ ask('Update Changelog?: [Y]') {
8383
}
8484

8585
executeOnShell("git add CHANGELOG.md")
86-
executeOnShell("git commit -m 'update changelog for release $releaseVer'")
86+
executeOnShell("git commit -m 'chore(pact_models): update changelog for release $releaseVer [skip-ci]'")
8787
executeOnShell("git status")
8888
executeOnShell("git diff HEAD^..HEAD")
8989
}
@@ -108,7 +108,7 @@ ask("Bump version to $nextVer?: [Y]") {
108108
executeOnShell("git add ../Cargo.lock")
109109
executeOnShell("git diff --cached")
110110
ask("Commit and push this change?: [Y]") {
111-
executeOnShell("git commit -m 'bump version to $nextVer'")
111+
executeOnShell("git commit -m 'chore(pact_models): bump version to $nextVer [skip-ci]'")
112112
executeOnShell("git push")
113113
}
114114
}

0 commit comments

Comments
 (0)