Skip to content

Commit

Permalink
Add changelog entry, fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
peterallenwebb committed Jul 30, 2024
1 parent e816864 commit 565f170
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .changes/unreleased/Under the Hood-20240730-111902.yaml
Original file line number Diff line number Diff line change
@@ -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"
4 changes: 2 additions & 2 deletions .github/workflows/release-prep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Expand Down Expand Up @@ -493,4 +493,4 @@ jobs:
- name: "[Debug] Print Outputs"
run: |
echo release_sha: ${{ steps.resolve_commit_sha.outputs.release_sha }}
echo release_sha: ${{ steps.resolve_commit_sha.outputs.release_sha }}

0 comments on commit 565f170

Please sign in to comment.