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.4.3"
".": "1.0.0"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [1.0.0](https://github.com/grafana/github-api-commit-action/compare/v0.4.3...v1.0.0) (2025-05-07)


### ⚠ BREAKING CHANGES

* add token to remote URL so remote operations have auth ([#111](https://github.com/grafana/github-api-commit-action/issues/111))

### πŸš€ Features

* add token to remote URL so remote operations have auth ([#111](https://github.com/grafana/github-api-commit-action/issues/111)) ([219f96d](https://github.com/grafana/github-api-commit-action/commit/219f96df5c2c646d38463d3a0d18979616448b41))

## [0.4.3](https://github.com/grafana/github-api-commit-action/compare/v0.4.2...v0.4.3) (2025-05-06)


Expand Down
Loading