diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index f958e8d..3088ba3 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -2,5 +2,5 @@ "actions/semconv/pull-request": "0.0.1", "actions/release-please": "0.0.2", "actions/stale": "0.0.2", - "actions/runs-on-selector": "0.0.0" + "actions/runs-on-selector": "0.0.1" } diff --git a/actions/runs-on-selector/CHANGELOG.md b/actions/runs-on-selector/CHANGELOG.md new file mode 100644 index 0000000..abbec9f --- /dev/null +++ b/actions/runs-on-selector/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 0.0.1 (2026-09-22) + + +### Features + +* **runs-on-selector:** Add runs-on selector action ([#10](https://github.com/TrogonStack/github-actions/issues/10)) ([98ac812](https://github.com/TrogonStack/github-actions/commit/98ac8120d82f562fb31b556b576c277753766929))