Skip to content

Commit a79f5ca

Browse files
chore(main): release promptfoo-action 1.3.0 (#918)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Michael D'Angelo <mdangelo@openai.com>
1 parent 145af41 commit a79f5ca

4 files changed

Lines changed: 12 additions & 4 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-
".": "1.2.2"
2+
".": "1.3.0"
33
}

CHANGELOG.md

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

3+
## [1.3.0](https://github.com/promptfoo/promptfoo-action/compare/promptfoo-action-v1.2.2...promptfoo-action-v1.3.0) (2026-04-28)
4+
5+
6+
### Features
7+
8+
* add repeat execution support ([#865](https://github.com/promptfoo/promptfoo-action/issues/865)) ([03ebdf7](https://github.com/promptfoo/promptfoo-action/commit/03ebdf7dce8111ef1998a933d5da50972ba54651))
9+
* add repeat-min-pass thresholds and harden eval handling ([#870](https://github.com/promptfoo/promptfoo-action/issues/870)) ([145af41](https://github.com/promptfoo/promptfoo-action/commit/145af41a877547cc2aeef675359f40d93a6c82d7))
10+
311
## [1.2.2](https://github.com/promptfoo/promptfoo-action/compare/promptfoo-action-v1.2.1...promptfoo-action-v1.2.2) (2026-04-05)
412

513

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "promptfoo-action",
3-
"version": "1.2.2",
3+
"version": "1.3.0",
44
"description": "GitHub Action for evaluating LLM outputs with promptfoo",
55
"author": "Ian Webster",
66
"license": "MIT",

0 commit comments

Comments
 (0)