Skip to content

Commit 5de9f82

Browse files
committed
build: generate documentation version (0.7.0)
1 parent 6b5a651 commit 5de9f82

File tree

2 files changed

+13
-9
lines changed

2 files changed

+13
-9
lines changed

docs/examples/common.md

Lines changed: 6 additions & 6 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.6.0"
7+
version = "0.7.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.6.0"
32+
version = "0.7.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.6.0"
56+
version = "0.7.0"
5757
5858
providers = {
5959
github = github
@@ -74,7 +74,7 @@
7474
7575
module "main_with_pages" {
7676
source = "hadenlabs/repository/github"
77-
version = "0.6.0"
77+
version = "0.7.0"
7878
7979
providers = {
8080
github = github
@@ -108,7 +108,7 @@
108108
109109
module "main" {
110110
source = "hadenlabs/repository/github"
111-
version = "0.6.0"
111+
version = "0.7.0"
112112
113113
providers = {
114114
github = github
@@ -138,7 +138,7 @@
138138
139139
module "main" {
140140
source = "hadenlabs/repository/github"
141-
version = "0.6.0"
141+
version = "0.7.0"
142142
143143
providers = {
144144
github = github

setup.cfg

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
files = package.json provision/generators/README.yaml example/main.tf
2+
files = package.json provision/generators/README.yaml example/main.tf docs/examples/common.md
33
commit = False
44
tag = False
55
current_version = 0.7.0
@@ -16,6 +16,10 @@ replace = {new_version}
1616
search = {current_version}
1717
replace = {new_version}
1818

19+
[bumpversion:file:docs/examples/common.md]
20+
search = {current_version}
21+
replace = {new_version}
22+
1923
[bumpversion:file:example/main.tf]
2024
search = {current_version}
2125
replace = {new_version}
@@ -31,7 +35,7 @@ exclude = .tox,.git,*/migrations/*,*/static/CACHE/*,docs,node_modules
3135
doctests = True
3236
inline-quotes = single
3337
accept-encodings = utf-8
34-
per-file-ignores =
38+
per-file-ignores =
3539
tests/*.py: S101, Z432
3640
hooks/*.py: T001
3741
**/*.py: D100, D104, D106, D401, X100
@@ -70,7 +74,7 @@ test = pytest
7074

7175
[tool:pytest]
7276
norecursedirs = "build" "docs" "docs[\/]_build" ".egg"
73-
addopts =
77+
addopts =
7478
-s -v
7579
--cov terraform-github-repository
7680
--cov-report html

0 commit comments

Comments
 (0)