From ef703c49147fca9c9b7439a1e29dd80120ed45c2 Mon Sep 17 00:00:00 2001 From: Zach Stone Date: Thu, 11 Nov 2021 05:42:19 -0800 Subject: [PATCH] Rename from template (#1) --- CHANGELOG.md | 2 +- README.md | 14 +++++++------- go.mod | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 70b8b490..445212eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,4 +11,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 -[Unreleased]: https://github.com/giantswarm/REPOSITORY_NAME/tree/master +[Unreleased]: https://github.com/giantswarm/starboard-exporter/tree/master diff --git a/README.md b/README.md index 58783aae..c880a12b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -[![CircleCI](https://circleci.com/gh/giantswarm/template.svg?style=shield)](https://circleci.com/gh/giantswarm/template) +[![CircleCI](https://circleci.com/gh/giantswarm/starboard-exporter.svg?style=shield)](https://circleci.com/gh/giantswarm/starboard-exporter) -# REPOSITORY_NAME +# starboard-exporter This is a template repository containing some basic files every repository needs. @@ -9,22 +9,22 @@ To use it just hit `Use this template` button or [this link][generate]. Things to do with your newly created repo: -1. Run`devctl replace -i "REPOSITORY_NAME" "$(basename $(git rev-parse +1. Run`devctl replace -i "starboard-exporter" "$(basename $(git rev-parse --show-toplevel))" --ignore '.git/**' '**'`. 2. Run `devctl replace -i "template" "$(basename $(git rev-parse --show-toplevel))" --ignore '.git/**' '**'`. -3. Go to https://github.com/giantswarm/REPOSITORY_NAME/settings and make sure `Allow +3. Go to https://github.com/giantswarm/starboard-exporter/settings and make sure `Allow merge commits` box is unchecked and `Automatically delete head branches` box is checked. -4. Go to https://github.com/giantswarm/REPOSITORY_NAME/settings/access and add +4. Go to https://github.com/giantswarm/starboard-exporter/settings/access and add `giantswarm/bots` with `Write` access and `giantswarm/employees` with `Admin` access. 5. Add this repository to https://github.com/giantswarm/github. 6. Create quay.io docker repository if needed. 7. Add the project to the CircleCI: - https://circleci.com/setup-project/gh/giantswarm/REPOSITORY_NAME + https://circleci.com/setup-project/gh/giantswarm/starboard-exporter 8. Change the badge (with style=shield): - https://circleci.com/gh/giantswarm/REPOSITORY_NAME.svg?style=shield&circle-token=TOKEN_FOR_PRIVATE_REPO + https://circleci.com/gh/giantswarm/starboard-exporter.svg?style=shield&circle-token=TOKEN_FOR_PRIVATE_REPO If this is a private repository token with scope `status` will be needed. [generate]: https://github.com/giantswarm/template/generate diff --git a/go.mod b/go.mod index 813359db..3f5cf0fc 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ -module github.com/giantswarm/REPOSITORY_NAME +module github.com/giantswarm/starboard-exporter go 1.14