mirror of
https://github.com/czlonkowski/n8n-mcp.git
synced 2026-02-07 05:53:07 +00:00
Compare commits
1 Commits
v2.33.6
...
feature/au
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c7da0a2430 |
9
.github/workflows/release.yml
vendored
9
.github/workflows/release.yml
vendored
@@ -142,8 +142,9 @@ jobs:
|
|||||||
if [ -z "$PREVIOUS_TAG" ]; then
|
if [ -z "$PREVIOUS_TAG" ]; then
|
||||||
echo "ℹ️ No previous tag found, this might be the first release"
|
echo "ℹ️ No previous tag found, this might be the first release"
|
||||||
|
|
||||||
# Get all commits up to current commit
|
# Get all commits up to current commit - use heredoc for multiline
|
||||||
NOTES="### 🎉 Initial Release
|
NOTES=$(cat <<EOF
|
||||||
|
### 🎉 Initial Release
|
||||||
|
|
||||||
This is the initial release of n8n-mcp v$CURRENT_VERSION.
|
This is the initial release of n8n-mcp v$CURRENT_VERSION.
|
||||||
|
|
||||||
@@ -151,7 +152,9 @@ This is the initial release of n8n-mcp v$CURRENT_VERSION.
|
|||||||
|
|
||||||
**Release Statistics:**
|
**Release Statistics:**
|
||||||
- Commit count: $(git rev-list --count HEAD)
|
- Commit count: $(git rev-list --count HEAD)
|
||||||
- First release setup"
|
- First release setup
|
||||||
|
EOF
|
||||||
|
)
|
||||||
|
|
||||||
echo "has-notes=true" >> $GITHUB_OUTPUT
|
echo "has-notes=true" >> $GITHUB_OUTPUT
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user