Skip to content

Commit

Permalink
[GitHub Actions] Assemble CHANGELOG and Increment Versions (#371)
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 Jun 21, 2023
1 parent 6877605 commit 08920c8
Show file tree
Hide file tree
Showing 13 changed files with 51 additions and 76 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.2.1
2.2.2
46 changes: 43 additions & 3 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: 2,
minor: 2,
patch: 2,
),
released: "2023-06-21T23:44:36.263854103+00:00",
introduction: None,
changes: (
references: {},
changes: {
"Added": [
"CI: create release on RONLOG assembly",
"enum_trait",
"tests/macros.rs",
"CI: settings for the automated release notes",
],
"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",
],
"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",
],
"Fixed": [
"CI: rename RONLOG assembly workflow job",
"comment-changes: create missing target directories",
],
},
),
),
(
references: {},
version: (
Expand All @@ -22,14 +62,14 @@
"comment-changes: stop at certain commit SHA; fixes #336",
"CFF: entry for ``clap`` v4.3.5",
],
"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",
],
"Fixed": [
"CI: redundant test runs",
],
},
),
),
Expand Down
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ cff-version: 1.2.0
message: Please cite this software using these information.

# Version information.
date-released: 2023-06-20
version: 2.2.1
date-released: 2023-06-21
version: 2.2.2

# Project information.
abstract: The Aeruginous Open Source Development Toolbox.
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 @@ -54,7 +54,7 @@ name = "aeruginous"
readme = "README.md"
repository = "https://github.com/kevinmatthes/aeruginous-rs"
rust-version = "1.70.0"
version = "2.2.1"
version = "2.2.2"

[dependencies]
anstyle = "1.0.1"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ The Aeruginous Open Source Development Toolbox.
1. [`uncrlf`](#uncrlf)
-->

The current code coverage is **<!-- cov -->63.84%<!-- cov -->**.
The current code coverage is **<!-- cov -->63.45%<!-- cov -->**.

## License

Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

11 changes: 0 additions & 11 deletions changelog.d/20230621_024404_GitHub_Actions_create-missing-dirs.ron

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 @@ -73,7 +73,7 @@
//! 1. [`uncrlf`](#uncrlf)
//! -->
//!
//! The current code coverage is **<!-- cov -->63.84%<!-- cov -->**.
//! The current code coverage is **<!-- cov -->63.45%<!-- cov -->**.
//!
//! ## License
//!
Expand Down Expand Up @@ -385,6 +385,6 @@ pub const SELF_DESCRIPTION: &str =
"The Aeruginous Open Source Development Toolbox";

/// This crate's version.
pub const VERSION: &str = "v2.2.1";
pub const VERSION: &str = "v2.2.2";

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

0 comments on commit 08920c8

Please sign in to comment.