fix(common): Use TAP as the name in the receipt EIP-712 domain #255
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: | |
- "*" |