Skip to content

Commit

Permalink
[Bugfix] CI: Simplify RONLOG Assembly (#777)
Browse files Browse the repository at this point in the history
* Fixed ::= CI:  simplify RONLOG assembly

* Create summary of recent changes

---------

Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
kevinmatthes and github-actions[bot] authored Oct 6, 2023
1 parent 2b94c63 commit 9c51f7d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/ronlog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,10 @@ jobs:
-e .version \
-e Cargo.lock \
-R Cargo.toml \
-e CITATION.cff \
-e src/lib.rs
cargo r -- cff-release-today .github/CFF/aeruginous.cff
cargo r -- cff-release-today CITATION.cff
cargo r -- ronlog release -i changelog.d/ -v "$(cat .version)"
cargo tarpaulin
sed "s/<!-- cov -->.*<!-- cov -->/<!-- cov -->$( \
Expand All @@ -92,14 +94,6 @@ jobs:
cut -d, -f4)<!-- cov -->/g" src/lib.rs >> lib.rs
mv lib.rs src/
cargo r -- rs2md -i src/lib.rs --outer -o README.md
cat .github/CFF/aeruginous.cff > CITATION.cff
{
echo references: ;
cat .github/CFF/chrono.yml \
.github/CFF/citation-file-format.yml \
.github/CFF/clap.yml \
.github/CFF/sysexits.yml ;
} >> CITATION.cff
git add .
git commit -m \
'[GitHub Actions] Assemble CHANGELOG and Increment Versions'
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
(
references: {},
changes: {
"Fixed": [
"CI: simplify RONLOG assembly",
],
},
)

0 comments on commit 9c51f7d

Please sign in to comment.