File tree 3 files changed +15
-2
lines changed
3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 1.8.0] ( https://github.com/andrewthetechie/gha-repo-manager/compare/v1.7.2...v1.8.0 ) (2024-06-02)
4
+
5
+
6
+ ### Features
7
+
8
+ * Ability to configure repo Collaborators (teams + users) ([ #232 ] ( https://github.com/andrewthetechie/gha-repo-manager/issues/232 ) ) ([ 1bd6d38] ( https://github.com/andrewthetechie/gha-repo-manager/commit/1bd6d382c795e30990b71a202981e40c4cde323a ) )
9
+ * Pydantic 2.7.1 PR ([ #225 ] ( https://github.com/andrewthetechie/gha-repo-manager/issues/225 ) ) ([ c1e014a] ( https://github.com/andrewthetechie/gha-repo-manager/commit/c1e014adcf31bafbcd7b29087ebd4e4a4b052ee0 ) )
10
+
11
+
12
+ ### Bug Fixes
13
+
14
+ * pydantic 2 fixes ([ #237 ] ( https://github.com/andrewthetechie/gha-repo-manager/issues/237 ) ) ([ 252c43a] ( https://github.com/andrewthetechie/gha-repo-manager/commit/252c43af4de68f15ebfb70ef7292bd10b4cc0b6c ) )
15
+
3
16
## [ 1.7.2] ( https://github.com/andrewthetechie/gha-repo-manager/compare/v1.7.1...v1.7.2 ) (2023-10-06)
4
17
5
18
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ outputs:
24
24
description : " Diff of this action, dumped to a json string"
25
25
runs :
26
26
using : " docker"
27
- image : " docker://ghcr.io/andrewthetechie/gha-repo-manager:v1.7.2 " # x-release-please-version
27
+ image : " docker://ghcr.io/andrewthetechie/gha-repo-manager:v1.8.0 " # x-release-please-version
28
28
branding :
29
29
icon : " settings"
30
30
color : " blue"
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " gha-repo-manager"
3
- version = " 1.7.2 "
3
+ version = " 1.8.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