Skip to content

Commit 9975d91

Browse files
committed
dev: drop the changelog extra message
I think we can stop reminding people where the upgrade guide is now. [skip ci]
1 parent 9f27323 commit 9975d91

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

bin/bump-upstream

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,8 @@ fi
3939

4040
if [[ $upstream_tag =~ ^v4 ]] ; then
4141
base_branch="v4.x"
42-
43-
changelog_extra=$(cat <<EOF
44-
45-
Upgrade guide at https://tailwindcss.com/docs/upgrade-guide
46-
EOF
47-
)
4842
elif [[ $upstream_tag =~ ^v3 ]] ; then
4943
base_branch="main"
50-
changelog_extra=""
5144
else
5245
fail "Whoa! A new major version? Need to update the ${0} script."
5346
fi
@@ -73,7 +66,6 @@ replacement_text=$(cat <<EOF
7366
## ${gem_tag}
7467
7568
* Update to [Tailwind CSS ${upstream_tag}](https://github.com/tailwindlabs/tailwindcss/releases/tag/${upstream_tag}) @${github_user}
76-
${changelog_extra}
7769
EOF
7870
)
7971
# substitute newlines with '\n' so sed will do the right things

0 commit comments

Comments
 (0)