From 7ce477275645f90e2311bc55e523a51399480007 Mon Sep 17 00:00:00 2001 From: Luke Winikates Date: Fri, 13 Oct 2023 11:30:00 -0700 Subject: [PATCH] chore: update pipelines, workflows, and documents to reflect switch to main as default branch --- .github/workflows/main.yml | 4 ++-- RELEASING.md | 4 ++-- ci/pipelines/osspi-wavefront-sdk-go/pipeline.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6432be8..0b553d9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -2,10 +2,10 @@ name: CI on: push: - branches: [ master ] + branches: [ main ] pull_request: - branches: [ master ] + branches: [ main ] jobs: run_suite: diff --git a/RELEASING.md b/RELEASING.md index 7d23dcf..04385ba 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -1,7 +1,7 @@ ## How to Release the SDK -1. Make sure that all changes for the release are merged with the master branch. -2. From the root directory of the project in the master branch, run the following commands. +1. Make sure that all changes for the release are merged with the `main` branch. +2. From the root directory of the project in the `main` branch, run the following commands. 1. `go install ./...` 2. `go test ./...` 3. `go vet ./...` diff --git a/ci/pipelines/osspi-wavefront-sdk-go/pipeline.yml b/ci/pipelines/osspi-wavefront-sdk-go/pipeline.yml index 4e1b19a..0953101 100644 --- a/ci/pipelines/osspi-wavefront-sdk-go/pipeline.yml +++ b/ci/pipelines/osspi-wavefront-sdk-go/pipeline.yml @@ -11,7 +11,7 @@ resources: type: git source: uri: git@github.com:wavefrontHQ/wavefront-sdk-go - branch: master + branch: main private_key: ((tas2to-osspi.github-private-key)) jobs: