File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 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:
2525 description : " Diff of this action, dumped to a json string"
2626runs :
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
2929branding :
3030 icon : " settings"
3131 color : " blue"
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " gha-repo-manager"
3- version = " 0.1 .0"
3+ version = " 1.5 .0"
44description = " Manage your Github repo(s) settings and secrets using Github Actions and a yaml file"
55authors = [
" Andrew Herrington <[email protected] >" ]
66license = " MIT"
You can’t perform that action at this time.
0 commit comments