This repository has been archived by the owner on Jan 24, 2024. It is now read-only.
[fix][transaction] Contains UUID when auto topic creation (#1993) #659
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
name: KoP Release Notes | |
on: | |
push: | |
branches: | |
- master | |
path-ignores: | |
- 'docs/**' | |
- 'README.md' | |
- 'CONTRIBUTING.md' | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: release note | |
uses: toolmantim/release-drafter@v5.2.0 | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |