Skip to content

Commit 0e15a1b

Browse files
Rename CONTRIBUTOR.md to CONTRIBUTING.md
Use the conventional name so GitHub auto-links it in the PR and issue UI. Update the references in deploy.sh and release.yml.
1 parent 3a43bbe commit 0e15a1b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
fetch-depth: 0
4242

4343
# The build-and-publish logic lives in scripts/deploy.sh so CI and manual
44-
# deployments stay in sync (single source of truth). See CONTRIBUTOR.md.
44+
# deployments stay in sync (single source of truth). See CONTRIBUTING.md.
4545
- name: 'Build and publish komet-node to both Nix caches'
4646
shell: bash
4747
env:
@@ -75,7 +75,7 @@ jobs:
7575
fetch-depth: 0
7676

7777
# Build, smoke-test, and push logic lives in scripts/deploy.sh so CI and
78-
# manual deployments stay in sync (single source of truth). See CONTRIBUTOR.md.
78+
# manual deployments stay in sync (single source of truth). See CONTRIBUTING.md.
7979
- name: 'Build, test, and push Docker image to Docker Hub'
8080
env:
8181
DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }}
File renamed without changes.

scripts/deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ set -euo pipefail
1010
# This is the single source of truth for the deployment steps that the Release
1111
# workflow (.github/workflows/release.yml) performs. The workflow calls the
1212
# subcommands below, and you can run the exact same steps by hand when CI is
13-
# unavailable. See CONTRIBUTOR.md ("Deploying a release") for the runbook.
13+
# unavailable. See CONTRIBUTING.md ("Deploying a release") for the runbook.
1414
#
1515
# Subcommands:
1616
# nix-cache Build komet-node and push it to both Nix caches (the

0 commit comments

Comments
 (0)