Skip to content

Commit

Permalink
[GitHub Actions] Assemble CHANGELOG and Increment Versions (#601)
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 15, 2023
1 parent a0d76cb commit 79eeade
Show file tree
Hide file tree
Showing 11 changed files with 81 additions and 85 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-08-01
date-released: 2023-08-15
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.4
version: 3.0.5
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.4
3.0.5
122 changes: 71 additions & 51 deletions CHANGELOG.ron
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,26 @@
},
introduction: Some("All notable changes to this project are documented in this file.\n\nThe format is based on `Keep a Changelog`_."),
sections: [
(
references: {},
version: (
major: 3,
minor: 0,
patch: 5,
),
released: "2023-08-15T15:22:07.642600459+00:00",
introduction: None,
changes: (
references: {},
changes: {
"Added": [
"CI: automatically publish generated releases to crates.io",
"CI: automatically update CFF entry of chrono on certain pushes to main",
"increment-version: further test cases",
],
},
),
),
(
references: {},
version: (
Expand All @@ -16,14 +36,14 @@
changes: (
references: {},
changes: {
"Fixed": [
"Renovate: submit one bundled lock file maintenance per week",
],
"Added": [
"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",
],
"Fixed": [
"Renovate: submit one bundled lock file maintenance per week",
],
"Changed": [
"indent Rust source files by 4 spaces",
"indent JSON5 files by 4 spaces",
Expand Down Expand Up @@ -73,14 +93,14 @@
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",
],
"Fixed": [
"CI: prevent failing on CFF update PR merge",
],
"Removed": [
"CFF: automatically update Clap entry with Renovate",
"CI: ``cargo nextest r``",
Expand All @@ -105,6 +125,14 @@
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 @@ -129,14 +157,6 @@
"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 @@ -152,6 +172,18 @@
changes: (
references: {},
changes: {
"Removed": [
"Dependabot: configuration",
".github/workflows/cargo-update.yml",
".github/workflows/msrv.yml",
"CI: manual trigger for release workflow",
"PatternReader",
"src/pattern/reader.rs",
],
"Fixed": [
"CI: skip compilation on RONLOG assembly",
"show previously hidden Clap aliases",
],
"Added": [
"CFF: entry for ``clap`` v4.3.10",
"Renovate: configuration",
Expand All @@ -176,18 +208,6 @@
"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",
".github/workflows/msrv.yml",
"CI: manual trigger for release workflow",
"PatternReader",
"src/pattern/reader.rs",
],
},
),
),
Expand All @@ -203,6 +223,16 @@
changes: (
references: {},
changes: {
"Fixed": [
"CI: rename RONLOG assembly workflow job",
"comment-changes: create missing target directories",
],
"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 @@ -218,16 +248,6 @@
"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 All @@ -246,17 +266,17 @@
"Fixed": [
"CI: redundant test runs",
],
"Changed": [
"CI: rename release preparation workflow to ``ronlog.yml``",
"README: enhance documentation of RONLOG mode",
"CI: mirror README from src/lib.rs during release workflow",
],
"Added": [
"CFF: entry for ``clap`` v4.3.4",
"CI: real release workflow",
"comment-changes: stop at certain commit SHA; fixes #336",
"CFF: entry for ``clap`` v4.3.5",
],
"Changed": [
"CI: rename release preparation workflow to ``ronlog.yml``",
"README: enhance documentation of RONLOG mode",
"CI: mirror README from src/lib.rs during release workflow",
],
},
),
),
Expand All @@ -272,16 +292,6 @@
changes: (
references: {},
changes: {
"Removed": [
"CFF: entries of outdated versions",
"bump2version: configuration",
"src/traits/to_ron.rs",
"src/traits/from_ron.rs",
],
"Fixed": [
"CI: Bash style issues",
"ToRon::to_ron: missing trailing newline at the end",
],
"Added": [
"CI: lint GitHub Action workflows",
"CFF: project keyword ``ronlog``",
Expand Down Expand Up @@ -316,6 +326,16 @@
"CI: assemble RONLOG on release",
"CI: create RON fragments",
],
"Removed": [
"CFF: entries of outdated versions",
"bump2version: configuration",
"src/traits/to_ron.rs",
"src/traits/from_ron.rs",
],
"Fixed": [
"CI: Bash style issues",
"ToRon::to_ron: missing trailing newline at the end",
],
},
),
),
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-08-01
date-released: 2023-08-15
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.4
version: 3.0.5
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.4"
version = "3.0.5"
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 -->63.71%<!-- cov -->**.
The current code coverage is **<!-- cov -->65.05%<!-- cov -->**.

## License

Expand Down

This file was deleted.

This file was deleted.

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 -->63.71%<!-- cov -->**.
//! The current code coverage is **<!-- cov -->65.05%<!-- 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.4";
pub const VERSION: &str = "v3.0.5";

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

0 comments on commit 79eeade

Please sign in to comment.