Skip to content
This repository was archived by the owner on Sep 9, 2025. It is now read-only.

Commit 4ab11d8

Browse files
Merge pull request #138 from github/release-descriptions
2 parents ec0463e + 7094d2a commit 4ab11d8

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.github/workflows/publish-lsp-positions.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,6 @@ jobs:
3838
- name: Create GitHub release
3939
uses: ncipollo/release-action@v1
4040
with:
41+
body: |
42+
Find more info on all releases at https://crates.io/crates/lsp-positions.
4143
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/publish-stack-graphs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,6 @@ jobs:
3838
- name: Create GitHub release
3939
uses: ncipollo/release-action@v1
4040
with:
41+
body: |
42+
Find more info on all releases at https://crates.io/crates/stack-graphs.
4143
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/publish-tree-sitter-stack-graphs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,6 @@ jobs:
5757
- name: Create GitHub release
5858
uses: ncipollo/release-action@v1
5959
with:
60+
body: |
61+
Find more info on all releases at https://crates.io/crates/tree-sitter-stack-graphs.
6062
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)