Skip to content

Commit

Permalink
chore(main): release 1.6.0 (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewthetechie authored May 21, 2023
1 parent 7567b6a commit 9197220
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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.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"
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.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 <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 9197220

Please sign in to comment.