Skip to content

Commit

Permalink
chore(main): release v2.2.3 (#99)
Browse files Browse the repository at this point in the history
* chore(main): release v2.2.3

* Update CHANGELOG.md

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: shiro <24359398+actuarysailor@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and actuarysailor authored Sep 3, 2024
1 parent 4915512 commit 4426a16
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.2.2"
".": "2.2.3"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# Changelog
<!-- Not sure why it is not running -->
## [2.2.3](https://github.com/actuarysailor/gha-repo-manager/compare/v2.2.2...v2.2.3) (2024-09-03)


### Bug Fixes

* Make labels case sensitive ([#98](https://github.com/actuarysailor/gha-repo-manager/issues/98)) ([4915512](https://github.com/actuarysailor/gha-repo-manager/commit/4915512eab5b06f7f273b09fc4d589bfe818ab2a))

## [2.2.2](https://github.com/actuarysailor/gha-repo-manager/compare/v2.2.1...v2.2.2) (2024-09-02)

Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ outputs:
description: "Diff of this action, dumped to a json string"
runs:
using: "docker"
image: "docker://ghcr.io/actuarysailor/gha-repo-manager:v2.2.2" # x-release-please-version
image: "docker://ghcr.io/actuarysailor/gha-repo-manager:v2.2.3" # x-release-please-version
branding:
icon: "settings"
color: "blue"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "gha-repo-manager"
version = "2.2.2"
version = "2.2.3"
description = "Manage your Github repo(s) settings and secrets using Github Actions and a yaml file"
authors = ["Actuary Sailor <24359398+actuarysailor@users.noreply.github.com>"]
license = "MIT"
Expand Down

0 comments on commit 4426a16

Please sign in to comment.