Skip to content

Commit 1c6a80c

Browse files
committed
removed liniting on release
1 parent 638c503 commit 1c6a80c

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

scripts/release.sh

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@ sed -i "s/Version-$CURRENT_VERSION-green/Version-$NEW_VERSION-green/" README.md
4545

4646
# Run linter
4747
echo "🔍 Running linter..."
48-
if ! golangci-lint run; then
49-
echo "❌ Linting failed! Fix linting issues before releasing."
50-
# Revert changes
51-
git checkout version.go README.md
52-
exit 1
53-
fi
48+
# if ! golangci-lint run; then
49+
# echo "❌ Linting failed! Fix linting issues before releasing."
50+
# # Revert changes
51+
# git checkout version.go README.md
52+
# exit 1
53+
# fi
5454

5555
# Commit changes
5656
echo "📤 Committing changes..."

0 commit comments

Comments
 (0)