forked from AmmarAbouZor/tui-journal
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create summary of recent changes once on release; fixes AmmarAbouZor#202
- Loading branch information
1 parent
ae991f8
commit eb41a9b
Showing
1 changed file
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 }} \ | ||
|
@@ -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] | ||
|