File tree 3 files changed +10
-2
lines changed 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change
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 ) )
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ outputs:
25
25
description : " Diff of this action, dumped to a json string"
26
26
runs :
27
27
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
29
29
branding :
30
30
icon : " settings"
31
31
color : " blue"
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " gha-repo-manager"
3
- version = " 0.1 .0"
3
+ version = " 1.5 .0"
4
4
description = " Manage your Github repo(s) settings and secrets using Github Actions and a yaml file"
5
5
authors = [
" Andrew Herrington <[email protected] >" ]
6
6
license = " MIT"
You can’t perform that action at this time.
0 commit comments