Skip to content

Commit

Permalink
[GitHub Actions] Assemble CHANGELOG and Increment Versions (#570)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Aug 1, 2023
1 parent 827148f commit 566af33
Show file tree
Hide file tree
Showing 12 changed files with 74 additions and 81 deletions.
4 changes: 2 additions & 2 deletions .github/CFF/aeruginous.cff
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ authors:
family-names: Matthes
given-names: Kevin
cff-version: 1.2.0
date-released: 2023-07-24
date-released: 2023-08-01
keywords:
- Rust
- aeruginous
Expand Down Expand Up @@ -33,4 +33,4 @@ repository-artifact: https://crates.io/crates/aeruginous
repository-code: https://github.com/kevinmatthes/aeruginous-rs
title: aeruginous-rs
url: https://github.com/kevinmatthes/aeruginous-rs
version: 3.0.3
version: 3.0.4
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.3
3.0.4
101 changes: 64 additions & 37 deletions CHANGELOG.ron
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,40 @@
version: (
major: 3,
minor: 0,
patch: 3,
patch: 4,
),
released: "2023-07-24T20:22:08.776717613+00:00",
released: "2023-08-01T18:12:43.054648338+00:00",
introduction: None,
changes: (
references: {},
changes: {
"Fixed": [
"Renovate: submit one bundled lock file maintenance per week",
],
"Added": [
"CFF: entry for ``clap`` v4.3.17",
"README: Renovate badge",
"README: badge for latest GitHub release",
"CFF: entry for ``clap`` v4.3.15",
"CI: automatically update CFF on pushes to main",
"increment-version: add dedicated mode for CITATION.cff files",
".github/workflows/rustfmt.yml",
"CI: automatically update CFF entry of sysexits-rs on certain pushes to main",
],
"Changed": [
"indent Rust source files by 4 spaces",
"indent JSON5 files by 4 spaces",
],
},
),
),
(
references: {},
version: (
major: 3,
minor: 0,
patch: 3,
),
released: "2023-07-24T20:22:08.776717613+00:00",
introduction: None,
changes: (
references: {},
changes: {
"Fixed": [
"reading from stdin now adds newlines where required",
],
Expand All @@ -31,6 +51,13 @@
"README: make MSRV badge brightgreen",
"rename CFF assembly workflow to .github/workflows/cff.yml",
],
"Added": [
"CFF: entry for ``clap`` v4.3.17",
"README: Renovate badge",
"README: badge for latest GitHub release",
"CFF: entry for ``clap`` v4.3.15",
"CI: automatically update CFF on pushes to main",
],
},
),
),
Expand All @@ -46,22 +73,22 @@
changes: (
references: {},
changes: {
"Fixed": [
"CI: prevent failing on CFF update PR merge",
],
"Changed": [
"Renovate: disable automerge explicitly",
"Renovate: listen to renamed ``cffconvert`` repository",
"comment-changes: work on entire commit message instead of certain part",
],
"Added": [
"comment-changes: make message harvesting into dedicated function",
"CFF: entry for ``clap`` v4.3.12",
"comment-changes: ``--force`` mode",
],
"Removed": [
"CFF: automatically update Clap entry with Renovate",
"CI: ``cargo nextest r``",
],
"Fixed": [
"CI: prevent failing on CFF update PR merge",
"Added": [
"comment-changes: make message harvesting into dedicated function",
"CFF: entry for ``clap`` v4.3.12",
"comment-changes: ``--force`` mode",
],
},
),
Expand All @@ -78,14 +105,6 @@
changes: (
references: {},
changes: {
"Changed": [
"call actionlint Docker image directly",
"rename cffs/expectation.cff to cffs/expectation.yml",
"CommentChanges: refactor logic",
"Fragment: apply new ToMd and ToRst traits",
"call cffconvert Docker image directly",
"rename tests/ron_traits.rs to tests/rusty_object_notation.rs",
],
"Fixed": [
"prevent release generation in forks",
"do not allow RONLOG assemblies in forks",
Expand All @@ -110,6 +129,14 @@
"Renovate: track cffconvert Docker image",
"FragmentExportFormat",
],
"Changed": [
"call actionlint Docker image directly",
"rename cffs/expectation.cff to cffs/expectation.yml",
"CommentChanges: refactor logic",
"Fragment: apply new ToMd and ToRst traits",
"call cffconvert Docker image directly",
"rename tests/ron_traits.rs to tests/rusty_object_notation.rs",
],
},
),
),
Expand All @@ -125,10 +152,6 @@
changes: (
references: {},
changes: {
"Fixed": [
"CI: skip compilation on RONLOG assembly",
"show previously hidden Clap aliases",
],
"Added": [
"CFF: entry for ``clap`` v4.3.10",
"Renovate: configuration",
Expand All @@ -148,6 +171,15 @@
"ceprintlns",
"CFF: entry for ``sysexits`` v0.6.1",
],
"Changed": [
"CI: rename release level selector",
"CI: apply new increment-version features",
"cffreference: refactor logic",
],
"Fixed": [
"CI: skip compilation on RONLOG assembly",
"show previously hidden Clap aliases",
],
"Removed": [
"Dependabot: configuration",
".github/workflows/cargo-update.yml",
Expand All @@ -156,11 +188,6 @@
"PatternReader",
"src/pattern/reader.rs",
],
"Changed": [
"CI: rename release level selector",
"CI: apply new increment-version features",
"cffreference: refactor logic",
],
},
),
),
Expand All @@ -176,12 +203,6 @@
changes: (
references: {},
changes: {
"Added": [
"CI: create release on RONLOG assembly",
"enum_trait",
"tests/macros.rs",
"CI: settings for the automated release notes",
],
"Changed": [
"move RonlogSection definition to RONLOG source file",
"move RonlogAction definition to RONLOG source file",
Expand All @@ -197,6 +218,12 @@
"tests/getters.rs",
"tests/implement.rs",
],
"Added": [
"CI: create release on RONLOG assembly",
"enum_trait",
"tests/macros.rs",
"CI: settings for the automated release notes",
],
"Fixed": [
"CI: rename RONLOG assembly workflow job",
"comment-changes: create missing target directories",
Expand Down
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ authors:
family-names: Matthes
given-names: Kevin
cff-version: 1.2.0
date-released: 2023-07-24
date-released: 2023-08-01
keywords:
- Rust
- aeruginous
Expand Down Expand Up @@ -33,7 +33,7 @@ repository-artifact: https://crates.io/crates/aeruginous
repository-code: https://github.com/kevinmatthes/aeruginous-rs
title: aeruginous-rs
url: https://github.com/kevinmatthes/aeruginous-rs
version: 3.0.3
version: 3.0.4
references:
- type: software
date-released: 2023-05-31
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ name = "aeruginous"
readme = "README.md"
repository = "https://github.com/kevinmatthes/aeruginous-rs"
rust-version = "1.71.0"
version = "3.0.3"
version = "3.0.4"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ The Aeruginous Open Source Development Toolbox.
1. [`uncrlf`](#uncrlf)
-->

The current code coverage is **<!-- cov -->64.20%<!-- cov -->**.
The current code coverage is **<!-- cov -->63.71%<!-- cov -->**.

## License

Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

8 changes: 0 additions & 8 deletions changelog.d/20230801_180214_GitHub_Actions_inc-ver-cff.ron

This file was deleted.

4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
//! 1. [`uncrlf`](#uncrlf)
//! -->
//!
//! The current code coverage is **<!-- cov -->64.20%<!-- cov -->**.
//! The current code coverage is **<!-- cov -->63.71%<!-- cov -->**.
//!
//! ## License
//!
Expand Down Expand Up @@ -393,6 +393,6 @@ pub const SELF_DESCRIPTION: &str =
"The Aeruginous Open Source Development Toolbox";

/// This crate's version.
pub const VERSION: &str = "v3.0.3";
pub const VERSION: &str = "v3.0.4";

/******************************************************************************/

0 comments on commit 566af33

Please sign in to comment.