Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.3.1"
".": "0.4.0"
}
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,38 @@
# 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))


### 🧪 Testing

* fix conditionals for test cases ([#77](https://github.com/grafana/github-api-commit-action/issues/77)) ([a10f0e3](https://github.com/grafana/github-api-commit-action/commit/a10f0e3ecded6e63f5f0e208acae7496bc69e8c7))


### ⚙️ Miscellaneous Tasks

* add vault secrets to workflows; update test to pull_request_target ([#72](https://github.com/grafana/github-api-commit-action/issues/72)) ([e884679](https://github.com/grafana/github-api-commit-action/commit/e8846792fd30ed6023eb560f3d2654fecd9a4d0a))
* bootstrap release-please config ([#81](https://github.com/grafana/github-api-commit-action/issues/81)) ([a1de24a](https://github.com/grafana/github-api-commit-action/commit/a1de24a3244cc89866e77d2afdc1729dab9dd9bf))
* **changelog:** generate changelog and add sections to release-please config ([#86](https://github.com/grafana/github-api-commit-action/issues/86)) ([f76be42](https://github.com/grafana/github-api-commit-action/commit/f76be42c88502e9740b110813650a9dbe85207dd))
* **deps:** bump actions/create-github-app-token from 1 to 2 ([#79](https://github.com/grafana/github-api-commit-action/issues/79)) ([412b51b](https://github.com/grafana/github-api-commit-action/commit/412b51bdf2e89caaf37e5b53b8fbc8a4c1c1c412))
* **deps:** bump grafana/github-api-commit-action from 0.3.0 to 0.3.1 ([#65](https://github.com/grafana/github-api-commit-action/issues/65)) ([cdc46bd](https://github.com/grafana/github-api-commit-action/commit/cdc46bd6d01c95fecdf1cf2acb3106478518d17e))
* trigger tests via workflow call, dispatch or push to main ([#75](https://github.com/grafana/github-api-commit-action/issues/75)) ([f72ba3b](https://github.com/grafana/github-api-commit-action/commit/f72ba3ba7d3a7def86ad1d8b5e7706912494e4c1))
* update changelog [bot] ([#69](https://github.com/grafana/github-api-commit-action/issues/69)) ([baa0805](https://github.com/grafana/github-api-commit-action/commit/baa08050b07ba580a957460f3a47571b532104d1))
* update changelog [bot] ([#73](https://github.com/grafana/github-api-commit-action/issues/73)) ([d2aa611](https://github.com/grafana/github-api-commit-action/commit/d2aa611fb71930eac89a03b57fb6a5925fdc9e88))
* update changelog [bot] ([#76](https://github.com/grafana/github-api-commit-action/issues/76)) ([51f759d](https://github.com/grafana/github-api-commit-action/commit/51f759dc563fe727e31d8b183a917207f3e25bad))
* update changelog [bot] ([#78](https://github.com/grafana/github-api-commit-action/issues/78)) ([96733db](https://github.com/grafana/github-api-commit-action/commit/96733dbe1bdc6d58423ecbdea0ac53a5294ceb69))
* update changelog [bot] ([#82](https://github.com/grafana/github-api-commit-action/issues/82)) ([ea14ad7](https://github.com/grafana/github-api-commit-action/commit/ea14ad7e3ff35d44fab125728092bd88e2c1a313))

## [0.3.1] - 2025-02-13

### 🐛 Bug Fixes
Expand Down