Skip to content

Commit 45b8013

Browse files
chore(main): release 1.7.0 (#26)
1 parent 8fe0593 commit 45b8013

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## [1.7.0](https://github.com/andrewthetechie/gha-repo-manager/compare/v1.6.0...v1.7.0) (2023-05-25)
4+
5+
6+
### Features
7+
8+
* **new_bp_comparisons:** New Branch Protection Comparisons previously omitted ([#43](https://github.com/andrewthetechie/gha-repo-manager/issues/43)) ([ef6dad4](https://github.com/andrewthetechie/gha-repo-manager/commit/ef6dad4f17703353eab5cda8dc3a2c59fa4602e9))
9+
* **settings.py:** Now compares all settings ([#41](https://github.com/andrewthetechie/gha-repo-manager/issues/41)) ([441b8e4](https://github.com/andrewthetechie/gha-repo-manager/commit/441b8e49c8ce09a74dc525e2808a5a74db0dd459))
10+
* update poetry ([#25](https://github.com/andrewthetechie/gha-repo-manager/issues/25)) ([7983a04](https://github.com/andrewthetechie/gha-repo-manager/commit/7983a049789d053d343ee4c6465a5227e5995b6c))
11+
12+
13+
### Bug Fixes
14+
15+
* add debug logging of diff ([#46](https://github.com/andrewthetechie/gha-repo-manager/issues/46)) ([ad86b78](https://github.com/andrewthetechie/gha-repo-manager/commit/ad86b7813217db76d997ab704607bc9d930599fb))
16+
* **branch_protection:** fix false to False ([c4a164d](https://github.com/andrewthetechie/gha-repo-manager/commit/c4a164d99755b865d3b58f1fbff322fdb2b9947a))
17+
* **branch_protections.py:** Sort Required Status Checks ([#38](https://github.com/andrewthetechie/gha-repo-manager/issues/38)) ([4d4c44f](https://github.com/andrewthetechie/gha-repo-manager/commit/4d4c44fd10847c7ecc8539e6b84701d7ddd2e439))
18+
* **branch_protections.py:** Working Status Check Reqs ([#42](https://github.com/andrewthetechie/gha-repo-manager/issues/42)) ([33090f5](https://github.com/andrewthetechie/gha-repo-manager/commit/33090f570282feb6866c73f41ab2a90ac6556d43))
19+
* fix bugs from pr 43 ([#45](https://github.com/andrewthetechie/gha-repo-manager/issues/45)) ([b21e432](https://github.com/andrewthetechie/gha-repo-manager/commit/b21e4323ff9409093c0f559dc508232903f538fa))
20+
* **github_nulls:** Better handling of Nulls in GitHub API ([#39](https://github.com/andrewthetechie/gha-repo-manager/issues/39)) ([6744d11](https://github.com/andrewthetechie/gha-repo-manager/commit/6744d11f832826994b3eafb4bb59a0d546a3ac74))
21+
322
## [1.6.0](https://github.com/andrewthetechie/gha-repo-manager/compare/v1.5.0...v1.6.0) (2023-05-21)
423

524

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.6.0" # x-release-please-version
27+
image: "docker://ghcr.io/andrewthetechie/gha-repo-manager:v1.7.0" # 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.6.0"
3+
version = "1.7.0"
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)