File tree Expand file tree Collapse file tree 7 files changed +15
-15
lines changed
Expand file tree Collapse file tree 7 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ for row in $(cat tmp/repositories.json | jq -r '.[] | @base64'); do
4646 branches > branches.txt
4747
4848 commits branches.txt | grep " $tag " || (
49- printf " Commit $tag from $location is not on the main branch or any release branches\n" >> " $base /tmp/dep-repo-result"
49+ printf " Commit $tag from $location is not on the master branch or any release branches\n" >> " $base /tmp/dep-repo-result"
5050 printf " Branches searched:"
5151 cat branches.txt | sed ' s|^| |g'
5252 )
@@ -56,7 +56,7 @@ for row in $(cat tmp/repositories.json | jq -r '.[] | @base64'); do
5656done
5757
5858if [ -f tmp/dep-repo-result ]; then
59- printf " ${RED} Commits not on the main branch or any release branches detected in dependencies${NC} \n"
59+ printf " ${RED} Commits not on the master branch or any release branches detected in dependencies${NC} \n"
6060 printf " ${YELLOW} "
6161 cat tmp/dep-repo-result
6262 printf " ${NC} "
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: "Haddock documentation"
33on :
44 push :
55 branches :
6- - main
6+ - master
77
88jobs :
99 build :
5858 path : ./haddocks.tgz
5959
6060 - name : Deploy documentation to gh-pages 🚀
61- if : github.ref == 'refs/heads/main '
61+ if : github.ref == 'refs/heads/master '
6262 uses : peaceiris/actions-gh-pages@v4
6363 with :
6464 github_token : ${{ secrets.GITHUB_TOKEN || github.token }}
Original file line number Diff line number Diff line change 44 merge_group :
55 pull_request :
66 push :
7- # we need this to populate cache for `main ` branch to make it available to the child branches, see
7+ # we need this to populate cache for `master ` branch to make it available to the child branches, see
88 # https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows#restrictions-for-accessing-a-cache
99 branches :
10- - main
10+ - master
1111 # GH caches are removed when not accessed within 7 days - this schedule runs the job every 6 days making
12- # sure that we always have some caches on main
12+ # sure that we always have some caches on master
1313 schedule :
1414 - cron : ' 0 0 */6 * *'
1515
Original file line number Diff line number Diff line change 44 pull_request :
55 push :
66 branches :
7- - main
7+ - master
88
99permissions :
1010 contents : read
Original file line number Diff line number Diff line change @@ -41,10 +41,10 @@ See the [Contributing guide](CONTRIBUTING.md) for how to contribute to this proj
4141* [ Pablo Lamela] ( https://github.com/palas )
4242
4343
44- [ ![ x86\_ 64-linux] ( https://img.shields.io/endpoint?url=https://ci.iog.io/job/IntersectMBO-cardano-cli/main /x86_64-linux.required/shield&style=flat-square&label=x86_64-linux )] ( https://ci.iog.io/job/IntersectMBO-cardano-cli/main /x86_64-linux.required )
45- [ ![ x86\_ 64-darwin] ( https://img.shields.io/endpoint?url=https://ci.iog.io/job/IntersectMBO-cardano-cli/main /x86_64-darwin.required/shield&style=flat-square&label=x86_64-darwin )] ( https://ci.iog.io/job/IntersectMBO-cardano-cli/main /x86_64-darwin.required )
46- [ ![ aarch64-darwin] ( https://img.shields.io/endpoint?url=https://ci.iog.io/job/IntersectMBO-cardano-cli/main /aarch64-darwin.required/shield&style=flat-square&label=aarch64-darwin )] ( https://ci.iog.io/job/IntersectMBO-cardano-cli/main /aarch64-darwin.required )
47- [ ![ GHA Build] ( https://img.shields.io/github/actions/workflow/status/intersectmbo/cardano-cli/haskell.yml?branch=main &label=GHA%20Build&style=flat-square )] ( https://github.com/IntersectMBO/cardano-cli/actions/workflows/haskell.yml?query=branch%3Amain )
48- [ ![ Haddock] ( https://img.shields.io/github/actions/workflow/status/intersectmbo/cardano-cli/github-page.yml?branch=main &label=Haddocks&style=flat-square )] ( https://github.com/IntersectMBO/cardano-cli/actions/workflows/github-page.yml?query=branch%3Amain )
44+ [ ![ x86\_ 64-linux] ( https://img.shields.io/endpoint?url=https://ci.iog.io/job/IntersectMBO-cardano-cli/master /x86_64-linux.required/shield&style=flat-square&label=x86_64-linux )] ( https://ci.iog.io/job/IntersectMBO-cardano-cli/master /x86_64-linux.required )
45+ [ ![ x86\_ 64-darwin] ( https://img.shields.io/endpoint?url=https://ci.iog.io/job/IntersectMBO-cardano-cli/master /x86_64-darwin.required/shield&style=flat-square&label=x86_64-darwin )] ( https://ci.iog.io/job/IntersectMBO-cardano-cli/master /x86_64-darwin.required )
46+ [ ![ aarch64-darwin] ( https://img.shields.io/endpoint?url=https://ci.iog.io/job/IntersectMBO-cardano-cli/master /aarch64-darwin.required/shield&style=flat-square&label=aarch64-darwin )] ( https://ci.iog.io/job/IntersectMBO-cardano-cli/master /aarch64-darwin.required )
47+ [ ![ GHA Build] ( https://img.shields.io/github/actions/workflow/status/intersectmbo/cardano-cli/haskell.yml?branch=master &label=GHA%20Build&style=flat-square )] ( https://github.com/IntersectMBO/cardano-cli/actions/workflows/haskell.yml?query=branch%3Amaster )
48+ [ ![ Haddock] ( https://img.shields.io/github/actions/workflow/status/intersectmbo/cardano-cli/github-page.yml?branch=master &label=Haddocks&style=flat-square )] ( https://github.com/IntersectMBO/cardano-cli/actions/workflows/github-page.yml?query=branch%3Amaster )
4949[ ![ Release Upload] ( https://img.shields.io/github/actions/workflow/status/intersectmbo/cardano-cli/release-upload.yml?label=GH%20Release%20Upload&style=flat-square )] ( https://github.com/IntersectMBO/cardano-cli/actions/workflows/release-upload.yml )
5050
Original file line number Diff line number Diff line change 11# Versioning and release process
22
33` cardano-cli ` is following ` cardano-api ` release process.
4- For the details, refer to [ RELEASING.md document in ` cardano-api ` repository] ( https://github.com/input-output-hk/cardano-api/blob/main /RELEASING.md )
4+ For the details, refer to [ RELEASING.md document in ` cardano-api ` repository] ( https://github.com/input-output-hk/cardano-api/blob/master /RELEASING.md )
Original file line number Diff line number Diff line change 1- See the security file in the [ Cardano engineering handbook] ( https://github.com/input-output-hk/cardano-engineering-handbook/blob/main /SECURITY.md ) .
1+ See the security file in the [ Cardano engineering handbook] ( https://github.com/input-output-hk/cardano-engineering-handbook/blob/master /SECURITY.md ) .
You can’t perform that action at this time.
0 commit comments