Skip to content

Commit 9197220

Browse files
chore(main): release 1.6.0 (#24)
1 parent 7567b6a commit 9197220

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [1.6.0](https://github.com/andrewthetechie/gha-repo-manager/compare/v1.5.0...v1.6.0) (2023-05-21)
4+
5+
6+
### Features
7+
8+
* ghe support ([#23](https://github.com/andrewthetechie/gha-repo-manager/issues/23)) ([60e128a](https://github.com/andrewthetechie/gha-repo-manager/commit/60e128a42d6a1da90ee5defc9a2b71d1024b4189))
9+
10+
11+
### Documentation
12+
13+
* automated doc update ([7567b6a](https://github.com/andrewthetechie/gha-repo-manager/commit/7567b6a00c07c2976582af89923deec4b4bf8db1))
14+
* cleanup badges ([7fdc028](https://github.com/andrewthetechie/gha-repo-manager/commit/7fdc028972a6d686392fce64491029f099483ab6))
15+
316
## [1.5.0](https://github.com/andrewthetechie/gha-repo-manager/compare/v1.4.0...v1.5.0) (2023-05-21)
417

518

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