We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9e4e8d commit 656d7c9Copy full SHA for 656d7c9
release.sh
@@ -5,7 +5,6 @@
5
# e.g. ./release.sh v0.0.35
6
# ./release.sh # auto-increments the patch version
7
#
8
-# After running this, also run release.sh in the w3 repo to update the docs page.
9
10
set -e
11
@@ -74,4 +73,3 @@ echo ""
74
73
echo "Release $NEW complete."
75
echo " Tag: https://github.com/oasdiff/oasdiff-action/releases/tag/${NEW}"
76
echo ""
77
-echo "Next: run release.sh in the w3 repo to update the docs page (version: ${NEW})"
0 commit comments