Skip to content

Commit

Permalink
Move changelog to location expected by automation (#205)
Browse files Browse the repository at this point in the history
* Move changelog to location expected by automation

* Adjust script's reference to changelog location
  • Loading branch information
joshwlewis authored Jan 16, 2024
1 parent 43f6f24 commit f9b2be1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/inventory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: "cargo run --bin update_inventory buildpacks/go/inventory.toml"

- name: Update Changelog
run: echo "${{ steps.set-diff-msg.outputs.msg }}" | xargs -r -I '{}' perl -i -p -e 's/\[Unreleased\]\s+/[Unreleased]\n\n- {}/' CHANGELOG.md
run: echo "${{ steps.set-diff-msg.outputs.msg }}" | xargs -r -I '{}' perl -i -p -e 's/\[Unreleased\]\s+/[Unreleased]\n\n- {}/' buildpacks/go/CHANGELOG.md

- name: Create Pull Request
id: pr
Expand Down
File renamed without changes.

0 comments on commit f9b2be1

Please sign in to comment.