Skip to content

Commit 60aca1f

Browse files
committed
Update CHANGELOG.md
1 parent a954764 commit 60aca1f

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)