From 565f170a7a4052ac018ad88aa5708d39c2d67b0a Mon Sep 17 00:00:00 2001 From: Peter Allen Webb Date: Tue, 30 Jul 2024 13:40:19 -0400 Subject: [PATCH] Add changelog entry, fix formatting --- .changes/unreleased/Under the Hood-20240730-111902.yaml | 6 ++++++ .github/workflows/release-prep.yml | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 .changes/unreleased/Under the Hood-20240730-111902.yaml diff --git a/.changes/unreleased/Under the Hood-20240730-111902.yaml b/.changes/unreleased/Under the Hood-20240730-111902.yaml new file mode 100644 index 00000000..0c2e4cdf --- /dev/null +++ b/.changes/unreleased/Under the Hood-20240730-111902.yaml @@ -0,0 +1,6 @@ +kind: Under the Hood +body: Automate changelog and version bump during release +time: 2024-07-30T11:19:02.277008-04:00 +custom: + Author: peterallenwebb + Issue: "171" diff --git a/.github/workflows/release-prep.yml b/.github/workflows/release-prep.yml index a46900bc..b3986069 100644 --- a/.github/workflows/release-prep.yml +++ b/.github/workflows/release-prep.yml @@ -341,7 +341,7 @@ jobs: - name: "Bump Version To ${{ inputs.version_number }}" if: needs.audit-version-in-code.outputs.up_to_date == 'false' run: | - hatch version ${{ inputs.version_number }} + hatch version ${{ inputs.version_number }} git status - name: "[Notification] Bump Version To ${{ inputs.version_number }}" @@ -493,4 +493,4 @@ jobs: - name: "[Debug] Print Outputs" run: | - echo release_sha: ${{ steps.resolve_commit_sha.outputs.release_sha }} \ No newline at end of file + echo release_sha: ${{ steps.resolve_commit_sha.outputs.release_sha }}