From 06badb8d3ccf789efb79fc7e8d211334c53c9407 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 21 Apr 2025 04:10:54 +0000 Subject: [PATCH] chore(main): release 0.4.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index cce92405..da59f99e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.1" + ".": "0.4.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index ab05d4de..90f1eef2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [0.4.0](https://github.com/grafana/github-api-commit-action/compare/v0.3.1...v0.4.0) (2025-04-21) + + +### Features + +* improve support for larger commits ([cae2afb](https://github.com/grafana/github-api-commit-action/commit/cae2afb911661e78ed33f4a07d17b6ad105b2ac4)) + + +### Bug Fixes + +* support no changes ([#67](https://github.com/grafana/github-api-commit-action/issues/67)) ([665f5a0](https://github.com/grafana/github-api-commit-action/commit/665f5a07397c8574da8babb275bc27bf4fd542c0)) +* test workflow use default checkout ref for pull request ([#68](https://github.com/grafana/github-api-commit-action/issues/68)) ([ee8e5db](https://github.com/grafana/github-api-commit-action/commit/ee8e5db2746fd53945d81daeee489265d6cdc238)) + +## Changelog + This changelog is automatically generated. Do not edit manually! ## Unreleased