diff --git a/.github/workflows/handle-pull-request.yml b/.github/workflows/handle-pull-request.yml index 615bad70..eb798c35 100644 --- a/.github/workflows/handle-pull-request.yml +++ b/.github/workflows/handle-pull-request.yml @@ -3,8 +3,7 @@ name: Handle pull request on: pull_request: branches: - - develop - - master + - main workflow_dispatch: jobs: diff --git a/.github/workflows/handle-tag.yml b/.github/workflows/handle-tag.yml index 99f22f90..be38959a 100644 --- a/.github/workflows/handle-tag.yml +++ b/.github/workflows/handle-tag.yml @@ -18,22 +18,22 @@ jobs: echo "::set-output name=tag-hash::${hash}" echo $hash - - name: Checkout master + - name: Checkout main uses: actions/checkout@v3 with: - ref: master + ref: main - - name: Get latest master commit hash - id: master-commit-hash + - name: Get latest main commit hash + id: main-commit-hash run: | hash=$(git log -n1 --format=format:"%H") - echo "::set-output name=master-hash::${hash}" + echo "::set-output name=main-hash::${hash}" echo $hash - - name: Verify tag commit matches master commit - exit if they don't match - if: steps.tag-commit-hash.outputs.tag-hash != steps.master-commit-hash.outputs.master-hash + - name: Verify tag commit matches main commit - exit if they don't match + if: steps.tag-commit-hash.outputs.tag-hash != steps.main-commit-hash.outputs.main-hash run: | - echo "Tag was not on the master branch. Exiting." + echo "Tag was not on the main branch. Exiting." exit 1 get-version: diff --git a/README.md b/README.md index 024f582a..08c1c402 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ -[![Build status](https://ci.appveyor.com/api/projects/status/x5niu29yhun36hda/branch/master?svg=true)](https://ci.appveyor.com/project/seanfeldman/servicebusexplorer/branch/master) - **Author:** Paolo Salvatori ([@babosbird](https://twitter.com/babosbird)) -**Collaborators:** Sean Feldman ([@sfeldman](https://twitter.com/sfeldman)) and Erik Mogensen (@koltrast) +**Collaborators:** Sean Feldman ([@sfeldman](https://twitter.com/sfeldman)) and Erik Mogensen ([@koltrast](https://twitter.com/koltrast)) **Contributors:** [Many](https://github.com/paolosalvatori/ServiceBusExplorer/graphs/contributors) # Service Bus Explorer @@ -29,7 +27,7 @@ There are no dedicated developers so development is entirely based on voluntary Here are some guidelines concerning contributions: -- All contributions should be done on `master`. +- All contributions should be done on `main`. - Every pull request is built by GitHub Actions and should preferably be linked to a GitHub issue. - Write unit tests, if applicable. - We have started to migrate from the old SDK to the latest SDKs for Service Bus, Event Hubs, Relay and Notification Hubs. Therefore, new classes should not depend on the old SDK unless absolutely necessary. diff --git a/VERIFICATION-Template.txt b/VERIFICATION-Template.txt index 5cf9b658..1c7e23bb 100644 --- a/VERIFICATION-Template.txt +++ b/VERIFICATION-Template.txt @@ -14,4 +14,4 @@ and can be verified like this: checksum type: md5 checksum64: %CHECKSUM% -File 'LICENSE.txt' is obtained from \ No newline at end of file +File 'LICENSE.txt' is obtained from \ No newline at end of file diff --git a/src/ServiceBusExplorer/ServiceBusExplorer.nuspec b/src/ServiceBusExplorer/ServiceBusExplorer.nuspec index 689f3220..8f886b15 100644 --- a/src/ServiceBusExplorer/ServiceBusExplorer.nuspec +++ b/src/ServiceBusExplorer/ServiceBusExplorer.nuspec @@ -14,7 +14,7 @@ Copyright 2017 Paolo Salvatori https://github.com/paolosalvatori/ServiceBusExplorer#license false - https://raw.githubusercontent.com/paolosalvatori/ServiceBusExplorer/master/src/ServiceBusExplorer/Icons/NewServiceBusExplorerLogo.ico + https://raw.githubusercontent.com/paolosalvatori/ServiceBusExplorer/main/src/ServiceBusExplorer/Icons/NewServiceBusExplorerLogo.ico https://github.com/paolosalvatori/ServiceBusExplorer/wiki https://github.com/paolosalvatori/ServiceBusExplorer/releases