Skip to content

Commit

Permalink
Merge pull request #239 from carolynvs/rename-master
Browse files Browse the repository at this point in the history
Rename master to main
  • Loading branch information
carolynvs authored Feb 5, 2021
2 parents 728f88c + 3b68422 commit c238062
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ When you are asked to cut a new release, here is the process:
[Release naming scheme][release-name] explains the meaning behind the
release names.

1. Ensure that the master CI build is passing, then make the tag and push it.
1. Ensure that the CI build is passing, then make the tag and push it.

```
git checkout master
git checkout main
git pull
git tag VERSION -a -m ""
git push --tags
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# cnab-go

[![Build Status](https://dev.azure.com/deislabs/cnab-go/_apis/build/status/cnab-go?branchName=master)](https://dev.azure.com/deislabs/cnab-go/_build/latest?definitionId=27&branchName=master) ![Azure Pipelines coverage](https://img.shields.io/azure-devops/coverage/deislabs/cnab-go/27/master?logo=Azure%20Pipelines)
[![Build Status](https://dev.azure.com/deislabs/cnab-go/_apis/build/status/cnab-go?branchName=main)](https://dev.azure.com/deislabs/cnab-go/_build/latest?definitionId=27&branchName=main) ![Azure Pipelines coverage](https://img.shields.io/azure-devops/coverage/deislabs/cnab-go/27/main?logo=Azure%20Pipelines)

cnab-go is a library for building [CNAB](https://github.com/cnabio/cnab-spec) clients. It provides the building blocks relevant to the CNAB specification so that you may build tooling without needing to implement all aspects of the CNAB specification.

Expand Down

0 comments on commit c238062

Please sign in to comment.