Skip to content

Commit

Permalink
Create summary of recent changes once on release; fixes AmmarAbouZor#202
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinmatthes authored Jan 2, 2024
1 parent ae991f8 commit eb41a9b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/changelog-assembly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
crate: aeruginous

- run: |
aeruginous comment-changes \
-b -d : -f ron -k -o changelog.d/ -S "$(cat .version)"
aeruginous increment-version \
-v "$(cat .version)" \
-r ${{ inputs.release }} \
Expand All @@ -40,7 +42,6 @@ jobs:
-e CITATION.cff \
-e Cargo.lock \
-e Cargo.toml
aeruginous cff-release-today CITATION.cff
aeruginous ronlog release -i changelog.d/ -v "$(cat .version)"
- uses: peter-evans/[email protected]
Expand Down

0 comments on commit eb41a9b

Please sign in to comment.