Skip to content

Commit 39ad97a

Browse files
committed
chore: clean up
1 parent 25e6e30 commit 39ad97a

35 files changed

Lines changed: 1910 additions & 1896 deletions

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ jobs:
7272
with:
7373
body_path: release-notes.md
7474
generate_release_notes: false
75-
name: Release ${{ steps.tag.outputs.tag }}
7675
tag_name: ${{ steps.tag.outputs.tag }}
7776
env:
7877
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ test/generated
3030

3131
# debug files
3232
openapi-ts-debug-*
33+
DEBUG_*
3334
# error files
3435
logs
3536
openapi-ts-error-*

.heyapi.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"maintainers": ["mrlubos"]
3+
}

0 commit comments

Comments
 (0)