From 7a8205397a0a0f91cad1edb2959f84434f306d27 Mon Sep 17 00:00:00 2001 From: SHT Bot <61149376+sht-bot@users.noreply.github.com> Date: Tue, 22 Sep 2026 01:09:17 -0400 Subject: [PATCH] chore(main): release runs-on-selector 0.0.1 Signed-off-by: SHT Bot <61149376+sht-bot@users.noreply.github.com> --- .github/release-please-manifest.json | 2 +- actions/runs-on-selector/CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 actions/runs-on-selector/CHANGELOG.md 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))