Skip to content

Commit

Permalink
Cleanup CHANGELOG.md
Browse files Browse the repository at this point in the history
This PR cleans up CHANGELOG.md to better match the format expected by the automation added in #1200. This will allow for release links to be created which we were not doing with our manual process.
  • Loading branch information
colincasey committed Jan 25, 2024
1 parent cd76893 commit b185277
Show file tree
Hide file tree
Showing 2 changed files with 80 additions and 80 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/inventory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Rebuild Inventory
run: "generate_inventory node > inventory/node.toml"
- name: Update Changelog
run: echo "${{ steps.set-diff-msg.outputs.msg }}" | xargs -r -I '{}' perl -i -p -e 's/## \[main\]\s+/## \[main\]\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{}/' CHANGELOG.md
- uses: heroku/use-app-token-action@main
id: generate-token
with:
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
- name: Rebuild Inventory
run: "generate_inventory yarn > inventory/yarn.toml"
- name: Update Changelog
run: echo "${{ steps.set-diff-msg.outputs.msg }}" | xargs -r -I '{}' perl -i -p -e 's/## \[main\]\s+/## \[main\]\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{}/' CHANGELOG.md
- uses: heroku/use-app-token-action@main
id: generate-token
with:
Expand Down
Loading

0 comments on commit b185277

Please sign in to comment.