Skip to content

Commit c2c9bf9

Browse files
authored
Merge pull request #237 from AztecProtocol/jc/update-main-next
update default branch to next
2 parents 8f200ef + 573452d commit c2c9bf9

File tree

3 files changed

+6
-10
lines changed

3 files changed

+6
-10
lines changed

.github/workflows/create-tag.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
description: 'Branch to create tag from'
1212
required: true
1313
type: string
14-
default: 'main'
14+
default: 'next'
1515
tag_message:
1616
description: 'Tag message/description'
1717
required: false

.github/workflows/local-network.yaml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ name: Local Network Tests
33
on:
44
push:
55
branches:
6-
- main
6+
- next
77
- dev
88
pull_request:
99
branches:
10-
- main
10+
- next
1111
- dev
1212
workflow_dispatch:
1313

@@ -35,15 +35,11 @@ jobs:
3535
- name: Install Aztec CLI
3636
run: |
3737
curl -s https://install.aztec.network > tmp.sh
38-
bash tmp.sh <<< yes "yes"
38+
VERSION=${{ env.AZTEC_VERSION }} bash tmp.sh <<< yes "yes"
3939
4040
- name: Update path
4141
run: echo "/home/runner/.aztec/bin" >> $GITHUB_PATH
4242

43-
- name: Set Aztec version
44-
run: |
45-
VERSION=${{ env.AZTEC_VERSION }} aztec-up
46-
4743
# This is a temporary hack to fix a problem with v3 releases.
4844
- name: Manually tag the aztec version as `latest`
4945
run: |

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ This repo connects to a locally running Aztec local network by default, but can
2323
[![GitHub Repo stars](https://img.shields.io/github/stars/AztecProtocol/aztec-starter?logo=github&color=yellow)](https://github.com/AztecProtocol/aztec-starter/stargazers)
2424
[![GitHub forks](https://img.shields.io/github/forks/AztecProtocol/aztec-starter?logo=github&color=blue)](https://github.com/AztecProtocol/aztec-starter/network/members)
2525
[![Build](https://github.com/AztecProtocol/aztec-starter/actions/workflows/update.yaml/badge.svg)](https://github.com/AztecProtocol/aztec-starter/actions)
26-
[![GitHub last commit](https://img.shields.io/github/last-commit/AztecProtocol/aztec-starter?logo=git)](https://github.com/AztecProtocol/aztec-starter/commits/main)
27-
[![License](https://img.shields.io/github/license/AztecProtocol/aztec-starter)](https://github.com/AztecProtocol/aztec-starter/blob/main/LICENSE)
26+
[![GitHub last commit](https://img.shields.io/github/last-commit/AztecProtocol/aztec-starter?logo=git)](https://github.com/AztecProtocol/aztec-starter/commits/next)
27+
[![License](https://img.shields.io/github/license/AztecProtocol/aztec-starter)](https://github.com/AztecProtocol/aztec-starter/blob/next/LICENSE)
2828
[![Discord](https://img.shields.io/badge/discord-join%20chat-5B5EA6)](https://discord.gg/aztec)
2929
[![Twitter Follow](https://img.shields.io/twitter/follow/aztecnetwork?style=flat&logo=twitter)](https://x.com/aztecnetwork)
3030

0 commit comments

Comments
 (0)