Skip to content

Commit

Permalink
chore(main): release 1.5.0 (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewthetechie authored May 21, 2023
1 parent 12c75d2 commit 8fc702a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## [1.5.0](https://github.com/andrewthetechie/gha-repo-manager/compare/v1.4.0...v1.5.0) (2023-05-21)


### Features

* Poetry rework ([#19](https://github.com/andrewthetechie/gha-repo-manager/issues/19)) ([2f41b7b](https://github.com/andrewthetechie/gha-repo-manager/commit/2f41b7be4186ae1ffb7865838191234a1df11748))
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ outputs:
description: "Diff of this action, dumped to a json string"
runs:
using: "docker"
image: "docker://ghcr.io/andrewthetechie/gha-repo-manager:v1.4.0" # x-release-please-version
image: "docker://ghcr.io/andrewthetechie/gha-repo-manager:v1.5.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 = "0.1.0"
version = "1.5.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 8fc702a

Please sign in to comment.