File tree Expand file tree Collapse file tree 4 files changed +14
-14
lines changed Expand file tree Collapse file tree 4 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 4
4
5
5
module "main" {
6
6
source = "hadenlabs/repository/github"
7
- version = "0.9 .0"
7
+ version = "0.10 .0"
8
8
9
9
providers = {
10
10
github = github
29
29
30
30
module "main_with_key" {
31
31
source = "hadenlabs/repository/github"
32
- version = "0.9 .0"
32
+ version = "0.10 .0"
33
33
34
34
providers = {
35
35
github = github
53
53
54
54
module "main_with_secrets" {
55
55
source = "hadenlabs/repository/github"
56
- version = "0.9 .0"
56
+ version = "0.10 .0"
57
57
58
58
providers = {
59
59
github = github
75
75
76
76
module "main_with_pages" {
77
77
source = "hadenlabs/repository/github"
78
- version = "0.9 .0"
78
+ version = "0.10 .0"
79
79
80
80
providers = {
81
81
github = github
109
109
110
110
module "main" {
111
111
source = "hadenlabs/repository/github"
112
- version = "0.9 .0"
112
+ version = "0.10 .0"
113
113
114
114
providers = {
115
115
github = github
139
139
140
140
module "main" {
141
141
source = "hadenlabs/repository/github"
142
- version = "0.9 .0"
142
+ version = "0.10 .0"
143
143
144
144
providers = {
145
145
github = github
174
174
github = github
175
175
}
176
176
source = "hadenlabs/repository/github"
177
- version = "0.9 .0"
177
+ version = "0.10 .0"
178
178
name = "repository-example"
179
179
description = "repository example"
180
180
visibility = "public"
205
205
github = github
206
206
}
207
207
source = "hadenlabs/repository/github"
208
- version = "0.9 .0"
208
+ version = "0.10 .0"
209
209
name = "repository-example"
210
210
is_git_flow = true
211
211
description = "repository example"
226
226
github = github
227
227
}
228
228
source = "hadenlabs/repository/github"
229
- version = "0.9 .0"
229
+ version = "0.10 .0"
230
230
name = "repository-example"
231
231
description = "repository example"
232
232
visibility = "public"
245
245
github = github
246
246
}
247
247
source = "hadenlabs/repository/github"
248
- version = "0.9 .0"
248
+ version = "0.10 .0"
249
249
name = "repository-example"
250
250
description = "repository example"
251
251
visibility = "public"
263
263
github = github
264
264
}
265
265
source = "hadenlabs/repository/github"
266
- version = "0.9 .0"
266
+ version = "0.10 .0"
267
267
name = "repository-example"
268
268
description = "repository example"
269
269
visibility = "public"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @hadenlabs/terraform-github-repository" ,
3
- "version" : " 0.9 .0" ,
3
+ "version" : " 0.10 .0" ,
4
4
"description" : " terraform-github-repository for hadenlabs" ,
5
5
"author" : " Luis Mayta <slovacus@gmail.com>" ,
6
6
"license" : " LGPL-3.0" ,
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ usage: |-
63
63
64
64
module "main_with_pages" {
65
65
source = "hadenlabs/repository/github"
66
- version = "0.9 .0"
66
+ version = "0.10 .0"
67
67
68
68
providers = {
69
69
github = github
Original file line number Diff line number Diff line change 2
2
files = package.json provision/generators/README.yaml docs/examples/common.md
3
3
commit = False
4
4
tag = False
5
- current_version = 0.9 .0
5
+ current_version = 0.10 .0
6
6
7
7
[bumpversion:file:setup.cfg]
8
8
search = {current_version}
You can’t perform that action at this time.
0 commit comments