Skip to content

Commit

Permalink
[GitHub Actions] Assemble CHANGELOG and Increment Versions (#646)
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 24, 2023
1 parent 7816eaa commit 3a629ed
Show file tree
Hide file tree
Showing 12 changed files with 100 additions and 118 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-15
date-released: 2023-08-24
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.5
version: 3.1.0
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.5
3.1.0
144 changes: 92 additions & 52 deletions CHANGELOG.ron
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,46 @@
},
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: 1,
patch: 0,
),
released: "2023-08-24T18:43:53.393584145+00:00",
introduction: None,
changes: (
references: {},
changes: {
"Fixed": [
"Renovate: MSRV patterns",
"remove obsolete call to ``vec!`` macro",
"CI: submit just one PR comment (coverage)",
],
"Removed": [
"tests/to_stderr.rs",
"tests/rusty_object_notation.rs",
"tests/prefer.rs",
"tests/convert_buffer.rs",
"tests/colour_message.rs",
"tests/append_as_line.rs",
],
"Added": [
"tests/traits.rs",
".gitignore: ignore artifacts by ``cargo mutants``",
"README: document complain linter",
"ReadFile: recurse encountered directories",
"CI: ``cargo r -- complain ...``",
"tests/complain.rs",
"src/complain.rs",
"Complain",
"complain",
"CI: show current mutation count on PR",
],
},
),
),
(
references: {},
version: (
Expand Down Expand Up @@ -36,17 +76,17 @@
changes: (
references: {},
changes: {
"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",
"Changed": [
"indent Rust source files by 4 spaces",
"indent JSON5 files by 4 spaces",
],
"Fixed": [
"Renovate: submit one bundled lock file maintenance per week",
],
"Changed": [
"indent Rust source files by 4 spaces",
"indent JSON5 files by 4 spaces",
"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",
],
},
),
Expand All @@ -63,9 +103,6 @@
changes: (
references: {},
changes: {
"Fixed": [
"reading from stdin now adds newlines where required",
],
"Changed": [
"README: sort badges by category (GitHub, Rust)",
"README: make MSRV badge brightgreen",
Expand All @@ -78,6 +115,9 @@
"CFF: entry for ``clap`` v4.3.15",
"CI: automatically update CFF on pushes to main",
],
"Fixed": [
"reading from stdin now adds newlines where required",
],
},
),
),
Expand All @@ -93,14 +133,6 @@
changes: (
references: {},
changes: {
"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 @@ -110,6 +142,14 @@
"CFF: entry for ``clap`` v4.3.12",
"comment-changes: ``--force`` mode",
],
"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",
],
},
),
),
Expand Down Expand Up @@ -180,10 +220,6 @@
"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 @@ -208,6 +244,10 @@
"CI: apply new increment-version features",
"cffreference: refactor logic",
],
"Fixed": [
"CI: skip compilation on RONLOG assembly",
"show previously hidden Clap aliases",
],
},
),
),
Expand All @@ -227,18 +267,6 @@
"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",
"src/version.rs: apply new enum_trait macro",
"comment-changes: update README description",
],
"Removed": [
"Scriv: configuration",
"src/changelog/section.rs",
Expand All @@ -248,6 +276,18 @@
"tests/getters.rs",
"tests/implement.rs",
],
"Changed": [
"move RonlogSection definition to RONLOG source file",
"move RonlogAction definition to RONLOG source file",
"src/version.rs: apply new enum_trait macro",
"comment-changes: update README description",
],
"Added": [
"CI: create release on RONLOG assembly",
"enum_trait",
"tests/macros.rs",
"CI: settings for the automated release notes",
],
},
),
),
Expand All @@ -263,9 +303,6 @@
changes: (
references: {},
changes: {
"Fixed": [
"CI: redundant test runs",
],
"Changed": [
"CI: rename release preparation workflow to ``ronlog.yml``",
"README: enhance documentation of RONLOG mode",
Expand All @@ -277,6 +314,9 @@
"comment-changes: stop at certain commit SHA; fixes #336",
"CFF: entry for ``clap`` v4.3.5",
],
"Fixed": [
"CI: redundant test runs",
],
},
),
),
Expand All @@ -292,6 +332,21 @@
changes: (
references: {},
changes: {
"Changed": [
"``cargo update`` (#316)",
"MSRV: 1.70.0",
"increment versions with Aeruginous",
"move documentation of v0.0.0 to RONLOG",
"move FromRon and ToRon to one source file",
"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",
],
"Added": [
"CI: lint GitHub Action workflows",
"CFF: project keyword ``ronlog``",
Expand All @@ -317,21 +372,6 @@
"src/traits/rusty_object_notation.rs",
"CHANGELOG.ron",
],
"Changed": [
"``cargo update`` (#316)",
"MSRV: 1.70.0",
"increment versions with Aeruginous",
"move documentation of v0.0.0 to RONLOG",
"move FromRon and ToRon to one source file",
"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-15
date-released: 2023-08-24
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.5
version: 3.1.0
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.72.0"
version = "3.0.5"
version = "3.1.0"

This file was deleted.

11 changes: 0 additions & 11 deletions changelog.d/20230815_210740_GitHub_Actions_mutation-tests.ron

This file was deleted.

14 changes: 0 additions & 14 deletions changelog.d/20230823_023144_GitHub_Actions_complain.ron

This file was deleted.

This file was deleted.

8 changes: 0 additions & 8 deletions changelog.d/20230824_181611_GitHub_Actions_msrv-patterns.ron

This file was deleted.

2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,6 @@ pub const SELF_DESCRIPTION: &str =
"The Aeruginous Open Source Development Toolbox";

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

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

0 comments on commit 3a629ed

Please sign in to comment.