Skip to content

Commit

Permalink
Merge pull request #71 from cicirello/pre-for-release
Browse files Browse the repository at this point in the history
Preparation for release 2.7.0
  • Loading branch information
cicirello authored Jun 28, 2022
2 parents c897341 + 60aca1f commit 38a092e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
17 changes: 13 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] - 2022-06-28

### Added
* CLI Mode: Ability to run as a command-line utility outside of GitHub Actions, such as part of a local build script, etc.

### Changed
* Refactored main control block to improve maintainability (#63).
* Refactored organization of source files (#64).
* Bumped base Docker image cicirello/pyaction from 4.1.0 to 4.6.0.

### Deprecated

### Removed

### Fixed

### CI/CD


## [2.7.0] - 2022-06-28

### Added
* CLI Mode: Ability to run as a command-line utility outside of GitHub Actions, such as part of a local build script, etc.

### Changed
* Refactored main control block to improve maintainability (#63).
* Refactored organization of source files (#64).
* Bumped base Docker image cicirello/pyaction from 4.1.0 to 4.6.0.

### CI/CD
* Added workflow to automatically publish CLI utility to PyPI on new releases of GitHub Action to GitHub Marketplace.

Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "jacoco-badge-generator"
version = "0.0.2"
version = "2.7.0"
authors = [
{ name="Vincent A. Cicirello", email="[email protected]" },
]
Expand Down Expand Up @@ -39,6 +39,7 @@ keywords = [
"Information Page" = "https://actions.cicirello.org/jacoco-badge-generator/"
"GitHub Repository" = "https://github.com/cicirello/jacoco-badge-generator"
"Bug Tracker" = "https://github.com/cicirello/jacoco-badge-generator/issues"
"Changelog" = "https://github.com/cicirello/jacoco-badge-generator/blob/main/CHANGELOG.md"

[tool.hatch.build]
exclude = [
Expand Down

0 comments on commit 38a092e

Please sign in to comment.