Skip to content
Draft
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
Expand Up @@ -35,6 +35,6 @@
"actions/wait-for-docker-publish": "0.3.1",
"actions/download-branch-workflow-artifact": "0.1.0",
"actions/annotate-coverage": "0.2.0",
"actions/signed-commits-info": "0.1.0",
"actions/signed-commits-info": "0.1.1",
"actions/zizmor-collection-paths": "0.2.1"
}
23 changes: 23 additions & 0 deletions actions/signed-commits-info/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

## [0.1.1](https://github.com/grafana/shared-workflows/compare/signed-commits-info/v0.1.0...signed-commits-info/v0.1.1) (2026-09-11)


### 馃悰 Bug Fixes

* **signed-commits-info:** de-i18n URLs ([#2192](https://github.com/grafana/shared-workflows/issues/2192)) ([b73767c](https://github.com/grafana/shared-workflows/commit/b73767c09a5e9920c34a712fef86fcaee77092ab))
* **signed-commits-info:** make wording explicit about signature verification ([#2210](https://github.com/grafana/shared-workflows/issues/2210)) ([a174ef2](https://github.com/grafana/shared-workflows/commit/a174ef2cee46b806115e7a0d4b202c07254dec4e))


### 馃摑 Documentation

* generate action and workflow input/output tables ([#2276](https://github.com/grafana/shared-workflows/issues/2276)) ([ddcc1f8](https://github.com/grafana/shared-workflows/commit/ddcc1f84239514abefa7b02481bfcc24bd88c4ca))
* **signed-commits-info:** update permissions in README ([#2130](https://github.com/grafana/shared-workflows/issues/2130)) ([3a094b5](https://github.com/grafana/shared-workflows/commit/3a094b55c3a5b6d6db839480d1855b48c05bd327))


### 馃敡 Miscellaneous Chores

* **deps:** pin dependencies ([#2125](https://github.com/grafana/shared-workflows/issues/2125)) ([5054a6e](https://github.com/grafana/shared-workflows/commit/5054a6efe27d3fa24ae56ec74496f83cae3005a0))
* **deps:** update dependency eslint to v10.7.0 ([#2155](https://github.com/grafana/shared-workflows/issues/2155)) ([8284f00](https://github.com/grafana/shared-workflows/commit/8284f008365a5703c954f4a1dd72c908563c14fe))
* **deps:** update dependency eslint to v10.8.0 ([#2217](https://github.com/grafana/shared-workflows/issues/2217)) ([2ec03f8](https://github.com/grafana/shared-workflows/commit/2ec03f807c17d47646a87c03051e9caea8267029))
* **deps:** update dependency eslint to v10.9.0 ([#2261](https://github.com/grafana/shared-workflows/issues/2261)) ([fc97070](https://github.com/grafana/shared-workflows/commit/fc9707096d8f5edd2e7260031fbf2026488386c6))
* **signed-commits-info:** rebuild with latest bun ([#2279](https://github.com/grafana/shared-workflows/issues/2279)) ([89ebfa3](https://github.com/grafana/shared-workflows/commit/89ebfa30cd32afba271b3bd0407f5519969b1610))

## 0.1.0 (2026-07-01)


Expand Down
2 changes: 1 addition & 1 deletion actions/signed-commits-info/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
(github.event_name == 'pull_request_target' && github.event.pull_request.head.repo.full_name != github.repository)
runs-on: ubuntu-latest
steps:
- uses: grafana/shared-workflows/actions/signed-commits-info@signed-commits-info/v0.1.0
- uses: grafana/shared-workflows/actions/signed-commits-info@signed-commits-info/v0.1.1
continue-on-error: true
```

Expand Down