Skip to content

Commit 8fc702a

Browse files
chore(main): release 1.5.0 (#20)
1 parent 12c75d2 commit 8fc702a

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## [1.5.0](https://github.com/andrewthetechie/gha-repo-manager/compare/v1.4.0...v1.5.0) (2023-05-21)
4+
5+
6+
### Features
7+
8+
* Poetry rework ([#19](https://github.com/andrewthetechie/gha-repo-manager/issues/19)) ([2f41b7b](https://github.com/andrewthetechie/gha-repo-manager/commit/2f41b7be4186ae1ffb7865838191234a1df11748))

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ outputs:
2525
description: "Diff of this action, dumped to a json string"
2626
runs:
2727
using: "docker"
28-
image: "docker://ghcr.io/andrewthetechie/gha-repo-manager:v1.4.0" # x-release-please-version
28+
image: "docker://ghcr.io/andrewthetechie/gha-repo-manager:v1.5.0" # x-release-please-version
2929
branding:
3030
icon: "settings"
3131
color: "blue"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "gha-repo-manager"
3-
version = "0.1.0"
3+
version = "1.5.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)