Skip to content

Commit

Permalink
chore: fix releasy test tracking branch from main to master (#1460)
Browse files Browse the repository at this point in the history
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`.
  • Loading branch information
kayagokalp committed Oct 28, 2023
1 parent bbb125d commit c648e41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/releasy-dependency-commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Notify downstream repos
on:
push:
branches:
- main
- master

jobs:

Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ Description of the upcoming release here.

### Changed

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

0 comments on commit c648e41

Please sign in to comment.