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 44
55 module "main" {
66 source = "hadenlabs/repository/github"
7- version = "0.9 .0"
7+ version = "0.10 .0"
88
99 providers = {
1010 github = github
2929
3030 module "main_with_key" {
3131 source = "hadenlabs/repository/github"
32- version = "0.9 .0"
32+ version = "0.10 .0"
3333
3434 providers = {
3535 github = github
5353
5454 module "main_with_secrets" {
5555 source = "hadenlabs/repository/github"
56- version = "0.9 .0"
56+ version = "0.10 .0"
5757
5858 providers = {
5959 github = github
7575
7676 module "main_with_pages" {
7777 source = "hadenlabs/repository/github"
78- version = "0.9 .0"
78+ version = "0.10 .0"
7979
8080 providers = {
8181 github = github
109109
110110 module "main" {
111111 source = "hadenlabs/repository/github"
112- version = "0.9 .0"
112+ version = "0.10 .0"
113113
114114 providers = {
115115 github = github
139139
140140 module "main" {
141141 source = "hadenlabs/repository/github"
142- version = "0.9 .0"
142+ version = "0.10 .0"
143143
144144 providers = {
145145 github = github
174174 github = github
175175 }
176176 source = "hadenlabs/repository/github"
177- version = "0.9 .0"
177+ version = "0.10 .0"
178178 name = "repository-example"
179179 description = "repository example"
180180 visibility = "public"
205205 github = github
206206 }
207207 source = "hadenlabs/repository/github"
208- version = "0.9 .0"
208+ version = "0.10 .0"
209209 name = "repository-example"
210210 is_git_flow = true
211211 description = "repository example"
226226 github = github
227227 }
228228 source = "hadenlabs/repository/github"
229- version = "0.9 .0"
229+ version = "0.10 .0"
230230 name = "repository-example"
231231 description = "repository example"
232232 visibility = "public"
245245 github = github
246246 }
247247 source = "hadenlabs/repository/github"
248- version = "0.9 .0"
248+ version = "0.10 .0"
249249 name = "repository-example"
250250 description = "repository example"
251251 visibility = "public"
263263 github = github
264264 }
265265 source = "hadenlabs/repository/github"
266- version = "0.9 .0"
266+ version = "0.10 .0"
267267 name = "repository-example"
268268 description = "repository example"
269269 visibility = "public"
Original file line number Diff line number Diff line change 11{
22 "name" : " @hadenlabs/terraform-github-repository" ,
3- "version" : " 0.9 .0" ,
3+ "version" : " 0.10 .0" ,
44 "description" : " terraform-github-repository for hadenlabs" ,
55 "author" :
" Luis Mayta <[email protected] >" ,
66 "license" : " LGPL-3.0" ,
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ usage: |-
6363
6464 module "main_with_pages" {
6565 source = "hadenlabs/repository/github"
66- version = "0.9 .0"
66+ version = "0.10 .0"
6767
6868 providers = {
6969 github = github
Original file line number Diff line number Diff line change 22files = package.json provision/generators/README.yaml docs/examples/common.md
33commit = False
44tag = False
5- current_version = 0.9 .0
5+ current_version = 0.10 .0
66
77[bumpversion:file:setup.cfg]
88search = {current_version}
You can’t perform that action at this time.
0 commit comments