File tree Expand file tree Collapse file tree 2 files changed +15
-5
lines changed
Expand file tree Collapse file tree 2 files changed +15
-5
lines changed Original file line number Diff line number Diff line change @@ -7,19 +7,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77## [ Unreleased] - 2022-06-28
88
99### Added
10- * CLI Mode: Ability to run as a command-line utility outside of GitHub Actions, such as part of a local build script, etc.
1110
1211### Changed
13- * Refactored main control block to improve maintainability (#63 ).
14- * Refactored organization of source files (#64 ).
15- * Bumped base Docker image cicirello/pyaction from 4.1.0 to 4.6.0.
1612
1713### Deprecated
1814
1915### Removed
2016
2117### Fixed
2218
19+ ### CI/CD
20+
21+
22+ ## [ 2.7.0] - 2022-06-28
23+
24+ ### Added
25+ * CLI Mode: Ability to run as a command-line utility outside of GitHub Actions, such as part of a local build script, etc.
26+
27+ ### Changed
28+ * Refactored main control block to improve maintainability (#63 ).
29+ * Refactored organization of source files (#64 ).
30+ * Bumped base Docker image cicirello/pyaction from 4.1.0 to 4.6.0.
31+
2332### CI/CD
2433* Added workflow to automatically publish CLI utility to PyPI on new releases of GitHub Action to GitHub Marketplace.
2534
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " jacoco-badge-generator"
7- version = " 0.0.2 "
7+ version = " 2.7.0 "
88authors = [
99 { name =" Vincent A. Cicirello" , email =" development@cicirello.org" },
1010]
@@ -39,6 +39,7 @@ keywords = [
3939"Information Page" = " https://actions.cicirello.org/jacoco-badge-generator/"
4040"GitHub Repository" = " https://github.com/cicirello/jacoco-badge-generator"
4141"Bug Tracker" = " https://github.com/cicirello/jacoco-badge-generator/issues"
42+ "Changelog" = " https://github.com/cicirello/jacoco-badge-generator/blob/main/CHANGELOG.md"
4243
4344[tool .hatch .build ]
4445exclude = [
You can’t perform that action at this time.
0 commit comments