From 919722068a36183d481ff42f933731a0b83a953c Mon Sep 17 00:00:00 2001 From: Andrew Date: Sun, 21 May 2023 13:12:29 -0500 Subject: [PATCH] chore(main): release 1.6.0 (#24) --- CHANGELOG.md | 13 +++++++++++++ action.yml | 2 +- pyproject.toml | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8cf5491b..11825f9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.6.0](https://github.com/andrewthetechie/gha-repo-manager/compare/v1.5.0...v1.6.0) (2023-05-21) + + +### Features + +* ghe support ([#23](https://github.com/andrewthetechie/gha-repo-manager/issues/23)) ([60e128a](https://github.com/andrewthetechie/gha-repo-manager/commit/60e128a42d6a1da90ee5defc9a2b71d1024b4189)) + + +### Documentation + +* automated doc update ([7567b6a](https://github.com/andrewthetechie/gha-repo-manager/commit/7567b6a00c07c2976582af89923deec4b4bf8db1)) +* cleanup badges ([7fdc028](https://github.com/andrewthetechie/gha-repo-manager/commit/7fdc028972a6d686392fce64491029f099483ab6)) + ## [1.5.0](https://github.com/andrewthetechie/gha-repo-manager/compare/v1.4.0...v1.5.0) (2023-05-21) diff --git a/action.yml b/action.yml index f1f613ab..0e1f9c2a 100644 --- a/action.yml +++ b/action.yml @@ -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.5.0" # x-release-please-version + image: "docker://ghcr.io/andrewthetechie/gha-repo-manager:v1.6.0" # x-release-please-version branding: icon: "settings" color: "blue" diff --git a/pyproject.toml b/pyproject.toml index e7070274..e819d6d3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "gha-repo-manager" -version = "1.5.0" +version = "1.6.0" description = "Manage your Github repo(s) settings and secrets using Github Actions and a yaml file" authors = ["Andrew Herrington "] license = "MIT"