Skip to content

Commit 7c8b531

Browse files
ci: add PR release comments (#673)
* ci: add PR release comments * Fix PR/issue templates
1 parent ee61bb6 commit 7c8b531

4 files changed

Lines changed: 18 additions & 1 deletion

File tree

β€Ž.github/ISSUE_TEMPLATE/bug_report.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: Bug report
2+
name: πŸ› Bug Report
33
about: Create a report to help us improve
44
title: ""
55
labels: ""
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: πŸ€” Feature Requests & Questions
4+
url: https://github.com/TanStack/db/discussions
5+
about: Please ask and answer questions here.
6+
- name: πŸ’¬ Community Chat
7+
url: https://discord.gg/mQd7egN
8+
about: A dedicated discord server hosted by TanStack
9+
- name: πŸ¦‹ TanStack Bluesky
10+
url: https://bsky.app/profile/tanstack.com
11+
about: Stay up to date with new releases of our libraries
File renamed without changes.

β€Ž.github/workflows/release.ymlβ€Ž

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
- name: Run Tests
3232
run: pnpm run lint && pnpm run build && pnpm run test
3333
- name: Run Changesets (version or publish)
34+
id: changesets
3435
uses: changesets/action@v1.5.3
3536
with:
3637
version: pnpm run changeset:version
@@ -40,3 +41,8 @@ jobs:
4041
env:
4142
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4243
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
44+
- name: Comment on PRs about release
45+
if: steps.changesets.outputs.published == 'true'
46+
uses: tanstack/config/.github/comment-on-release@main
47+
with:
48+
published-packages: ${{ steps.changesets.outputs.publishedPackages }}

0 commit comments

Comments
Β (0)