We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f27323 commit 9975d91Copy full SHA for 9975d91
bin/bump-upstream
@@ -39,15 +39,8 @@ fi
39
40
if [[ $upstream_tag =~ ^v4 ]] ; then
41
base_branch="v4.x"
42
-
43
- changelog_extra=$(cat <<EOF
44
45
- Upgrade guide at https://tailwindcss.com/docs/upgrade-guide
46
-EOF
47
-)
48
elif [[ $upstream_tag =~ ^v3 ]] ; then
49
base_branch="main"
50
- changelog_extra=""
51
else
52
fail "Whoa! A new major version? Need to update the ${0} script."
53
fi
@@ -73,7 +66,6 @@ replacement_text=$(cat <<EOF
73
66
## ${gem_tag}
74
67
75
68
* Update to [Tailwind CSS ${upstream_tag}](https://github.com/tailwindlabs/tailwindcss/releases/tag/${upstream_tag}) @${github_user}
76
-${changelog_extra}
77
69
EOF
78
70
)
79
71
# substitute newlines with '\n' so sed will do the right things
0 commit comments