Skip to content

Commit 6a5a065

Browse files
committed
build: generate version patch (0.1.1)
1 parent c604920 commit 6a5a065

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

docs/examples/common.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
module "main" {
66
source = "hadenlabs/project/gitlab"
7-
version = "0.1.0"
7+
version = "0.1.1"
88
99
providers = {
1010
gitlab = gitlab

example/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module "main" {
22
providers = {
33
gitlab = gitlab
44
}
5-
source = "git://github.com/hadenlabs/terraform-gitlab-project.git?ref=0.1.0"
5+
source = "git://github.com/hadenlabs/terraform-gitlab-project.git?ref=0.1.1"
66
name = var.project_name
77
description = var.project_description
88
visibility = "public"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"devDependencies": {
3434
"@babel/eslint-parser": "^7.13.10",
3535
"@commitlint/cli": "^12.0.1",
36-
"@hadenlabs/commitlint-config": "^0.1.0",
36+
"@hadenlabs/commitlint-config": "^0.1.1",
3737
"@types/jest": "^26.0.21",
3838
"@types/mocha": "^8.2.1",
3939
"@typescript-eslint/eslint-plugin": "^4.18.0",

provision/generators/README.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ usage: |-
5151
5252
module "main" {
5353
source = "hadenlabs/project/gitlab"
54-
version = "0.1.0"
54+
version = "0.1.1"
5555
5656
providers = {
5757
gitlab = gitlab

setup.cfg

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

77
[bumpversion:file:setup.cfg]
88
search = {current_version}
@@ -35,7 +35,7 @@ exclude = .tox,.git,*/migrations/*,*/static/CACHE/*,docs,node_modules
3535
doctests = True
3636
inline-quotes = single
3737
accept-encodings = utf-8
38-
per-file-ignores =
38+
per-file-ignores =
3939
tests/*.py: S101, Z432
4040
hooks/*.py: T001
4141
**/*.py: D100, D104, D106, D401, X100
@@ -74,7 +74,7 @@ test = pytest
7474

7575
[tool:pytest]
7676
norecursedirs = "build" "docs" "docs[\/]_build" ".egg"
77-
addopts =
77+
addopts =
7878
-s -v
7979
--cov terraform-gitlab-project
8080
--cov-report html

0 commit comments

Comments
 (0)