Skip to content

Commit 53d3bdb

Browse files
chore(main): release 1.7.1 (#53)
1 parent ec5c9be commit 53d3bdb

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.7.1](https://github.com/andrewthetechie/gha-repo-manager/compare/v1.7.0...v1.7.1) (2023-05-29)
4+
5+
6+
### Bug Fixes
7+
8+
* **nulls:** Minor fixes to address null values ([#52](https://github.com/andrewthetechie/gha-repo-manager/issues/52)) ([ec5c9be](https://github.com/andrewthetechie/gha-repo-manager/commit/ec5c9be75600f37953800dc8a4d2ad25d1099521))
9+
310
## [1.7.0](https://github.com/andrewthetechie/gha-repo-manager/compare/v1.6.0...v1.7.0) (2023-05-25)
411

512

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ outputs:
2424
description: "Diff of this action, dumped to a json string"
2525
runs:
2626
using: "docker"
27-
image: "docker://ghcr.io/andrewthetechie/gha-repo-manager:v1.7.0" # x-release-please-version
27+
image: "docker://ghcr.io/andrewthetechie/gha-repo-manager:v1.7.1" # x-release-please-version
2828
branding:
2929
icon: "settings"
3030
color: "blue"

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "gha-repo-manager"
3-
version = "1.7.0"
3+
version = "1.7.1"
44
description = "Manage your Github repo(s) settings and secrets using Github Actions and a yaml file"
55
authors = ["Andrew Herrington <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)