Skip to content

Commit ce68eae

Browse files
authored
chore: rename repo everywhere (#20)
We updated the repo name after the initial setup, but did not adjust any references in the actual repository.
1 parent d51ba12 commit ce68eae

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/release-please-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"packages": {
66
".": {
77
"release-type": "terraform-module",
8-
"package-name": "terraform-k8s-dev",
8+
"package-name": "kubernetes-dev-env",
99
"extra-files": [
1010
{
1111
"type": "generic",

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
release-please:
99
# Do not run on forks.
10-
if: github.repository == 'hetznercloud/terraform-k8s-dev'
10+
if: github.repository == 'hetznercloud/kubernetes-dev-env'
1111

1212
runs-on: ubuntu-latest
1313
steps:

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Changelog
22

3-
## [0.2.0](https://github.com/hetznercloud/terraform-k8s-dev/compare/v0.1.0...v0.2.0) (2024-06-27)
3+
## [0.2.0](https://github.com/hetznercloud/kubernetes-dev-env/compare/v0.1.0...v0.2.0) (2024-06-27)
44

55

66
### Features
77

8-
* setup initial module ([#3](https://github.com/hetznercloud/terraform-k8s-dev/issues/3)) ([90b350d](https://github.com/hetznercloud/terraform-k8s-dev/commit/90b350d748048ecb99b28fe43af618c9f847ceb1))
8+
* setup initial module ([#3](https://github.com/hetznercloud/kubernetes-dev-env/issues/3)) ([90b350d](https://github.com/hetznercloud/kubernetes-dev-env/commit/90b350d748048ecb99b28fe43af618c9f847ceb1))

example/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module "dev" {
2-
source = "github.com/hetznercloud/terraform-k8s-dev?ref=v0.2.0" # x-release-please-version
2+
source = "github.com/hetznercloud/kubernetes-dev-env?ref=v0.2.0" # x-release-please-version
33

44
name = "k8s-dev-${replace(var.name, "/[^a-zA-Z0-9-_]/", "-")}"
55
hcloud_token = var.hcloud_token

0 commit comments

Comments
 (0)