diff --git a/Taskfile.yml b/Taskfile.yml index b525e66..9db26c6 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -1,7 +1,7 @@ version: "3" env: - tag_version: v1.0.1-bd3d53a + tag_version: v1.0.1-069b420 tasks: build-version: diff --git a/autogit.yml b/autogit.yml index e811ae7..b19e8db 100644 --- a/autogit.yml +++ b/autogit.yml @@ -1,9 +1,9 @@ # Generated by autogit version: v2.0.1 # # uncomment settings u wish to override # -# changelog: -# REPOSITORY_OWNER: REPOSITORY_OWNER -# REPOSITORY_NAME: REPOSITORY_NAME +changelog: + REPOSITORY_OWNER: darklab8 + REPOSITORY_NAME: darklab_darkbot # # templating lines used to form changelog. Replace REPOSITORY_OWNER and REPOSITORY_NAME with your own values # commitUrl: "https://github.com/{{.REPOSITORY_OWNER}}/{{.REPOSITORY_NAME}}/commit/{{.CommitHash}}" # commitRangeUrl: "https://github.com/{{.REPOSITORY_OWNER}}/{{.REPOSITORY_NAME}}/compare/{{.From}}...{{.To}}?diff=split" diff --git a/infra/tf/production/main.tf b/infra/tf/production/main.tf index 0e085ec..3887e3e 100644 --- a/infra/tf/production/main.tf +++ b/infra/tf/production/main.tf @@ -27,5 +27,5 @@ module "darkbot" { configurator_dbname = "production" consoler_prefix = "." secrets = local.secrets - tag_version = "v1.0.1-bd3d53a" + tag_version = "v1.0.1-069b420" } \ No newline at end of file diff --git a/infra/tf/staging/main.tf b/infra/tf/staging/main.tf index 6666236..e7169ec 100644 --- a/infra/tf/staging/main.tf +++ b/infra/tf/staging/main.tf @@ -27,7 +27,7 @@ module "darkbot" { configurator_dbname = "staging" consoler_prefix = "," secrets = local.secrets - tag_version = "v1.0.1-bd3d53a" + tag_version = "v1.0.1-069b420" debug = true }