Skip to content

Commit

Permalink
[GitHub Actions] Assemble CHANGELOG and Increment Versions (#539)
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 Jul 24, 2023
1 parent dcdb8b4 commit fd994b8
Show file tree
Hide file tree
Showing 12 changed files with 71 additions and 89 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-16
date-released: 2023-07-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.2
version: 3.0.3
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.2
3.0.3
96 changes: 63 additions & 33 deletions CHANGELOG.ron
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,43 @@
version: (
major: 3,
minor: 0,
patch: 2,
patch: 3,
),
released: "2023-07-16T19:09:33.739326728+00:00",
released: "2023-07-24T20:22:08.776717613+00:00",
introduction: None,
changes: (
references: {},
changes: {
"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",
],
"Fixed": [
"CI: prevent failing on CFF update PR merge",
"reading from stdin now adds newlines where required",
],
"Changed": [
"README: sort badges by category (GitHub, Rust)",
"README: make MSRV badge brightgreen",
"rename CFF assembly workflow to .github/workflows/cff.yml",
],
},
),
),
(
references: {},
version: (
major: 3,
minor: 0,
patch: 2,
),
released: "2023-07-16T19:09:33.739326728+00:00",
introduction: None,
changes: (
references: {},
changes: {
"Changed": [
"Renovate: disable automerge explicitly",
"Renovate: listen to renamed ``cffconvert`` repository",
Expand All @@ -33,6 +60,9 @@
"CFF: automatically update Clap entry with Renovate",
"CI: ``cargo nextest r``",
],
"Fixed": [
"CI: prevent failing on CFF update PR merge",
],
},
),
),
Expand All @@ -48,6 +78,18 @@
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",
],
"Added": [
"CFF: automatically update Clap entry with Renovate",
"Renovate: track actionlint Docker image",
Expand All @@ -68,18 +110,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",
],
"Fixed": [
"prevent release generation in forks",
"do not allow RONLOG assemblies in forks",
],
},
),
),
Expand All @@ -95,6 +125,10 @@
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 @@ -114,15 +148,6 @@
"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 @@ -131,6 +156,11 @@
"PatternReader",
"src/pattern/reader.rs",
],
"Changed": [
"CI: rename release level selector",
"CI: apply new increment-version features",
"cffreference: refactor logic",
],
},
),
),
Expand All @@ -146,15 +176,6 @@
changes: (
references: {},
changes: {
"Removed": [
"Scriv: configuration",
"src/changelog/section.rs",
"src/changelog/action.rs",
"tests/version_range.rs",
"tests/ronlog_action.rs",
"tests/getters.rs",
"tests/implement.rs",
],
"Added": [
"CI: create release on RONLOG assembly",
"enum_trait",
Expand All @@ -167,6 +188,15 @@
"src/version.rs: apply new enum_trait macro",
"comment-changes: update README description",
],
"Removed": [
"Scriv: configuration",
"src/changelog/section.rs",
"src/changelog/action.rs",
"tests/version_range.rs",
"tests/ronlog_action.rs",
"tests/getters.rs",
"tests/implement.rs",
],
"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-16
date-released: 2023-07-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.2
version: 3.0.3
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.2"
version = "3.0.3"
11 changes: 0 additions & 11 deletions changelog.d/20230718_065233_GitHub_Actions_clap-v4.3.15.ron

This file was deleted.

8 changes: 0 additions & 8 deletions changelog.d/20230719_164231_GitHub_Actions_clap-v4.3.17.ron

This file was deleted.

This file was deleted.

This file was deleted.

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 @@ -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.2";
pub const VERSION: &str = "v3.0.3";

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

0 comments on commit fd994b8

Please sign in to comment.