Skip to content

Commit 7b14753

Browse files
chore: fix releasy test tracking branch from main to master (#1460)
As it can be seen from FuelLabs/fuels-rs#1174 releasy only worked for self commits so far. This is because we were tracking the wrong branch from this repo. This PR fixes the tracking branch for this repo, from `main` to `master`.
1 parent a47afae commit 7b14753

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/releasy-dependency-commits.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Notify downstream repos
33
on:
44
push:
55
branches:
6-
- main
6+
- master
77

88
jobs:
99

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ Description of the upcoming release here.
4141

4242
### Changed
4343

44+
- [#1460](https://github.com/FuelLabs/fuel-core/pull/1460): Change tracking branch from main to master for releasy tests.
4445
- [#1440](https://github.com/FuelLabs/fuel-core/pull/1440): Don't report reserved nodes that send invalid transactions.
4546
- [#1439](https://github.com/FuelLabs/fuel-core/pull/1439): Reduced memory BMT consumption during creation of the header.
4647
- [#1434](https://github.com/FuelLabs/fuel-core/pull/1434): Continue gossiping transactions to reserved peers regardless of gossiping reputation score.

0 commit comments

Comments
 (0)