Skip to content

Commit

Permalink
chore(main): release 1.7.2 (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewthetechie authored Oct 6, 2023
1 parent 6e9dd2e commit 78aa01f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.7.2](https://github.com/andrewthetechie/gha-repo-manager/compare/v1.7.1...v1.7.2) (2023-10-06)


### Bug Fixes

* pin to bullseye docker image ([#69](https://github.com/andrewthetechie/gha-repo-manager/issues/69)) ([863bf6b](https://github.com/andrewthetechie/gha-repo-manager/commit/863bf6b257c6b32cb1284f19f604102d45abc499))

## [1.7.1](https://github.com/andrewthetechie/gha-repo-manager/compare/v1.7.0...v1.7.1) (2023-05-29)


Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ outputs:
description: "Diff of this action, dumped to a json string"
runs:
using: "docker"
image: "docker://ghcr.io/andrewthetechie/gha-repo-manager:v1.7.1" # x-release-please-version
image: "docker://ghcr.io/andrewthetechie/gha-repo-manager:v1.7.2" # 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 = "1.7.1"
version = "1.7.2"
description = "Manage your Github repo(s) settings and secrets using Github Actions and a yaml file"
authors = ["Andrew Herrington <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 78aa01f

Please sign in to comment.