Skip to content

Commit ea0ef9d

Browse files
testing release notes script
Signed-off-by: krystal <56278409+theekrystallee@users.noreply.github.com>
1 parent 9285c65 commit ea0ef9d

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/auto-release-notes.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
name: 📝 Auto-generate consensus-node release notes
1+
name: Auto-generate consensus-node release notes
22
on:
33
push:
44
branches:
55
- notes-test
66

77
permissions:
88
contents: write
9-
109
jobs:
1110
update-release-notes:
1211
runs-on: hashgraph-docs-linux-medium
@@ -31,5 +30,5 @@ jobs:
3130
git config user.name "github-actions[bot]"
3231
git config user.email "github-actions[bot]@users.noreply.github.com"
3332
git add networks/release-notes/services.md
34-
git commit -m "chore: update release notes" -s -S || echo "nothing to commit"
33+
git commit -m "chore: update release notes" || echo "nothing to commit"
3534
git push

.github/workflows/update-node-tables.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ jobs:
2626
git config user.name "github-actions[bot]"
2727
git config user.email "github-actions[bot]@users.noreply.github.com"
2828
git add networks/mainnet/mainnet-nodes/README.md
29-
git commit -m "chore: update node tables" -s -S || echo "No changes to commit"
29+
git commit -m "chore: update node tables" || echo "No changes to commit"
3030
git push

0 commit comments

Comments
 (0)