feat: add serving /network and /escrow subgraphs back in #265
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
changelog: | |
exclude: | |
labels: | |
- ignore-for-release | |
authors: | |
- octocat | |
categories: | |
- title: Breaking Changes 🛠 | |
labels: | |
- Semver-Major | |
- breaking-change | |
- title: Features 🏕 | |
labels: | |
- Semver-Minor | |
- feat | |
- enhancement | |
exclude: | |
labels: | |
- dependencies | |
- chore | |
- title: Dependencies 👒 | |
labels: | |
- dependencies | |
- chore | |
- title: Bug fixes 🐛 | |
labels: | |
- bug | |
- title: Refactor 🌱 | |
labels: | |
- refactor | |
- title: Other Changes 🗳️ | |
labels: | |
- "*" |