Skip to content

Commit

Permalink
Rename from template (giantswarm#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
stone-z authored Nov 11, 2021
1 parent 6cba3a8 commit ef703c4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/giantswarm/REPOSITORY_NAME
module github.com/giantswarm/starboard-exporter

go 1.14

0 comments on commit ef703c4

Please sign in to comment.