From 9f72e9bd1e931bfb4ee5d1598c69b7cf460d5f96 Mon Sep 17 00:00:00 2001 From: Annette Findley <117473104+varndellwagglebee@users.noreply.github.com> Date: Mon, 26 Jan 2026 11:43:01 -0500 Subject: [PATCH 1/4] Update create_release.yml --- .github/workflows/create_release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/create_release.yml b/.github/workflows/create_release.yml index ec7c0af..354f881 100644 --- a/.github/workflows/create_release.yml +++ b/.github/workflows/create_release.yml @@ -44,12 +44,12 @@ jobs: VERSION='${{ inputs.version }}' INCR='${{ inputs.increment }}' if [[ "$MODE" == "explicit" && -z "$VERSION" ]]; then - echo "❌ mode=explicit requires 'version' (e.g., 1.3-alpha)."; exit 1 + echo "? mode=explicit requires 'version' (e.g., 1.3-alpha)."; exit 1 fi if [[ "$MODE" == "bump" && -z "$INCR" ]]; then - echo "❌ mode=bump requires 'increment' (major|minor|patch)."; exit 1 + echo "? mode=bump requires 'increment' (major|minor|patch)."; exit 1 fi - echo "✅ inputs look good." + echo "? inputs look good." set-version: needs: validate-inputs From ee2749f2936d6acd0d0982ca7704fbf403d7da9b Mon Sep 17 00:00:00 2001 From: Annette Findley <117473104+varndellwagglebee@users.noreply.github.com> Date: Mon, 26 Jan 2026 11:43:32 -0500 Subject: [PATCH 2/4] Update pack_publish.yml --- .github/workflows/pack_publish.yml | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pack_publish.yml b/.github/workflows/pack_publish.yml index da79cee..8ed5e72 100644 --- a/.github/workflows/pack_publish.yml +++ b/.github/workflows/pack_publish.yml @@ -8,6 +8,7 @@ permissions: contents: write pull-requests: write packages: write + statuses: write jobs: set-config: @@ -17,11 +18,26 @@ jobs: target_branch: ${{ github.event.release.target_commitish }} override_build_configuration: '' prerelease: ${{ github.event.release.prerelease }} # true/false from the release - - publish: + + tests: needs: set-config + uses: Stillpoint-Software/shared-workflows/.github/workflows/run_tests.yml@main + with: + branch: ${{ github.event.release.target_commitish }} + solution_name: ${{ vars.SOLUTION_NAME }} + + publish: + needs: [set-config, tests] uses: Stillpoint-Software/shared-workflows/.github/workflows/pack_and_publish.yml@main with: build_configuration: ${{ needs.set-config.outputs.build_configuration }} secrets: NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }} + + result: + needs: [publish, tests] + if: always() + runs-on: ubuntu-latest + steps: + - run: echo "Tests result = ${{ needs.tests.result }}" + - run: echo "Pack & Publish result = ${{ needs.publish.result }}" From ba5056ea34bdc68fe33ec32a11688fcc14adb3d2 Mon Sep 17 00:00:00 2001 From: Annette Findley <117473104+varndellwagglebee@users.noreply.github.com> Date: Mon, 26 Jan 2026 11:43:47 -0500 Subject: [PATCH 3/4] Update run_tests.yml --- .github/workflows/run_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run_tests.yml b/.github/workflows/run_tests.yml index 9efc51d..f234a86 100644 --- a/.github/workflows/run_tests.yml +++ b/.github/workflows/run_tests.yml @@ -2,7 +2,7 @@ name: Run Tests on: workflow_run: - workflows: [Create Prerelease, Create Release] + workflows: [Create Release] types: [requested] branches: [main, develop] workflow_dispatch: From c60344acb215104847e5c09fa05cca827121721b Mon Sep 17 00:00:00 2001 From: "annette.findley" Date: Wed, 18 Feb 2026 08:54:44 -0500 Subject: [PATCH 4/4] Removed logo --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index ca421ec..ed599f0 100644 --- a/README.md +++ b/README.md @@ -271,6 +271,3 @@ for more details. # Help See [Todo](https://github.com/Stillpoint-Software/Hyperbee.Collections/blob/main/docs/todo.md) - -[![Hyperbee.Collections](https://github.com/Stillpoint-Software/Hyperbee.Collections/blob/main/assets/hyperbee.svg?raw=true)](https://github.com/Stillpoint-Software/Hyperbee.Collections) -