Skip to content

Commit da6fbf9

Browse files
committed
build: generate version minor (0.9.0)
1 parent 8344e35 commit da6fbf9

File tree

5 files changed

+21
-21
lines changed

5 files changed

+21
-21
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Terraform module to provision an github repository.
2424
2525
module "main_with_pages" {
2626
source = "hadenlabs/repository/github"
27-
version = "0.8.0"
27+
version = "0.9.0"
2828
2929
providers = {
3030
github = github
@@ -61,7 +61,7 @@ Full working examples can be found in [examples](./examples) folder.
6161
6262
module "main" {
6363
source = "hadenlabs/repository/github"
64-
version = "0.8.0"
64+
version = "0.9.0"
6565
6666
providers = {
6767
github = github
@@ -86,7 +86,7 @@ Full working examples can be found in [examples](./examples) folder.
8686
8787
module "main_with_key" {
8888
source = "hadenlabs/repository/github"
89-
version = "0.8.0"
89+
version = "0.9.0"
9090
9191
providers = {
9292
github = github
@@ -110,7 +110,7 @@ Full working examples can be found in [examples](./examples) folder.
110110
111111
module "main_with_secrets" {
112112
source = "hadenlabs/repository/github"
113-
version = "0.8.0"
113+
version = "0.9.0"
114114
115115
providers = {
116116
github = github
@@ -132,7 +132,7 @@ Full working examples can be found in [examples](./examples) folder.
132132
133133
module "main_with_pages" {
134134
source = "hadenlabs/repository/github"
135-
version = "0.8.0"
135+
version = "0.9.0"
136136
137137
providers = {
138138
github = github
@@ -166,7 +166,7 @@ Full working examples can be found in [examples](./examples) folder.
166166
167167
module "main" {
168168
source = "hadenlabs/repository/github"
169-
version = "0.8.0"
169+
version = "0.9.0"
170170
171171
providers = {
172172
github = github
@@ -196,7 +196,7 @@ Full working examples can be found in [examples](./examples) folder.
196196
197197
module "main" {
198198
source = "hadenlabs/repository/github"
199-
version = "0.8.0"
199+
version = "0.9.0"
200200
201201
providers = {
202202
github = github
@@ -231,7 +231,7 @@ Full working examples can be found in [examples](./examples) folder.
231231
github = github
232232
}
233233
source = "hadenlabs/repository/github"
234-
version = "0.8.0"
234+
version = "0.9.0"
235235
name = "repository-example"
236236
description = "repository example"
237237
visibility = "public"
@@ -262,7 +262,7 @@ Full working examples can be found in [examples](./examples) folder.
262262
github = github
263263
}
264264
source = "hadenlabs/repository/github"
265-
version = "0.8.0"
265+
version = "0.9.0"
266266
name = "repository-example"
267267
is_git_flow = true
268268
description = "repository example"

docs/examples/common.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
module "main" {
66
source = "hadenlabs/repository/github"
7-
version = "0.8.0"
7+
version = "0.9.0"
88
99
providers = {
1010
github = github
@@ -29,7 +29,7 @@
2929
3030
module "main_with_key" {
3131
source = "hadenlabs/repository/github"
32-
version = "0.8.0"
32+
version = "0.9.0"
3333
3434
providers = {
3535
github = github
@@ -53,7 +53,7 @@
5353
5454
module "main_with_secrets" {
5555
source = "hadenlabs/repository/github"
56-
version = "0.8.0"
56+
version = "0.9.0"
5757
5858
providers = {
5959
github = github
@@ -75,7 +75,7 @@
7575
7676
module "main_with_pages" {
7777
source = "hadenlabs/repository/github"
78-
version = "0.8.0"
78+
version = "0.9.0"
7979
8080
providers = {
8181
github = github
@@ -109,7 +109,7 @@
109109
110110
module "main" {
111111
source = "hadenlabs/repository/github"
112-
version = "0.8.0"
112+
version = "0.9.0"
113113
114114
providers = {
115115
github = github
@@ -139,7 +139,7 @@
139139
140140
module "main" {
141141
source = "hadenlabs/repository/github"
142-
version = "0.8.0"
142+
version = "0.9.0"
143143
144144
providers = {
145145
github = github
@@ -174,7 +174,7 @@
174174
github = github
175175
}
176176
source = "hadenlabs/repository/github"
177-
version = "0.8.0"
177+
version = "0.9.0"
178178
name = "repository-example"
179179
description = "repository example"
180180
visibility = "public"
@@ -205,7 +205,7 @@
205205
github = github
206206
}
207207
source = "hadenlabs/repository/github"
208-
version = "0.8.0"
208+
version = "0.9.0"
209209
name = "repository-example"
210210
is_git_flow = true
211211
description = "repository example"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hadenlabs/terraform-github-repository",
3-
"version": "0.8.0",
3+
"version": "0.9.0",
44
"description": "terraform-github-repository for hadenlabs",
55
"repository": "ssh://git@github.com/hadenlabs/terraform-github-repository.git",
66
"author": "Luis Mayta <slovacus@gmail.com>",

provision/generators/README.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ usage: |-
5757
5858
module "main_with_pages" {
5959
source = "hadenlabs/repository/github"
60-
version = "0.8.0"
60+
version = "0.9.0"
6161
6262
providers = {
6363
github = github

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
files = package.json provision/generators/README.yaml docs/examples/common.md
33
commit = False
44
tag = False
5-
current_version = 0.8.0
5+
current_version = 0.9.0
66

77
[bumpversion:file:setup.cfg]
88
search = {current_version}
@@ -70,7 +70,7 @@ test = pytest
7070

7171
[tool:pytest]
7272
norecursedirs = "build" "docs" "docs[\/]_build" ".egg"
73-
addopts =
73+
addopts =
7474
-s -v
7575
--cov terraform-github-repository
7676
--cov-report html

0 commit comments

Comments
 (0)