Skip to content

Commit 63f9b4e

Browse files
committed
build: generate version release (0.6.0)
1 parent 9bb809f commit 63f9b4e

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ It's 100% Open Source and licensed under the [APACHE2](LICENSE).
2929
```hcl
3030
module "main" {
3131
source = "hadenlabs/repository/github"
32-
version = "0.5.0"
32+
version = "0.6.0"
3333
3434
providers = {
3535
github = github
@@ -48,7 +48,7 @@ It's 100% Open Source and licensed under the [APACHE2](LICENSE).
4848
4949
module "main_with_key" {
5050
source = "hadenlabs/repository/github"
51-
version = "0.5.0"
51+
version = "0.6.0"
5252
5353
providers = {
5454
github = github
@@ -66,7 +66,7 @@ module "main_with_key" {
6666
6767
module "main_with_secrets" {
6868
source = "hadenlabs/repository/github"
69-
version = "0.5.0"
69+
version = "0.6.0"
7070
7171
providers = {
7272
github = github
@@ -83,7 +83,7 @@ module "main_with_secrets" {
8383
8484
module "main_with_pages" {
8585
source = "hadenlabs/repository/github"
86-
version = "0.5.0"
86+
version = "0.6.0"
8787
8888
providers = {
8989
github = github

example/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module "main" {
22
providers = {
33
github = github
44
}
5-
source = "git://github.com/hadenlabs/terraform-github-repository.git?ref=0.5.0"
5+
source = "git://github.com/hadenlabs/terraform-github-repository.git?ref=0.6.0"
66
name = var.repository_name
77
description = var.repository_description
88
visibility = "public"
@@ -12,7 +12,7 @@ module "main_with_key" {
1212
providers = {
1313
github = github
1414
}
15-
source = "git://github.com/hadenlabs/terraform-github-repository.git?ref=0.5.0"
15+
source = "git://github.com/hadenlabs/terraform-github-repository.git?ref=0.6.0"
1616
name = var.repository_name
1717
description = var.repository_description
1818
visibility = "public"

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.5.0",
3+
"version": "0.6.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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ usage: |-
5858
```hcl
5959
module "main" {
6060
source = "hadenlabs/repository/github"
61-
version = "0.5.0"
61+
version = "0.6.0"
6262
6363
providers = {
6464
github = github
@@ -77,7 +77,7 @@ usage: |-
7777
7878
module "main_with_key" {
7979
source = "hadenlabs/repository/github"
80-
version = "0.5.0"
80+
version = "0.6.0"
8181
8282
providers = {
8383
github = github
@@ -95,7 +95,7 @@ usage: |-
9595
9696
module "main_with_secrets" {
9797
source = "hadenlabs/repository/github"
98-
version = "0.5.0"
98+
version = "0.6.0"
9999
100100
providers = {
101101
github = github
@@ -112,7 +112,7 @@ usage: |-
112112
113113
module "main_with_pages" {
114114
source = "hadenlabs/repository/github"
115-
version = "0.5.0"
115+
version = "0.6.0"
116116
117117
providers = {
118118
github = github

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
files = package.json provision/generators/README.yaml example/main.tf
33
commit = False
44
tag = False
5-
current_version = 0.5.0
5+
current_version = 0.6.0
66

77
[bumpversion:file:setup.cfg]
88
search = {current_version}

0 commit comments

Comments
 (0)