File tree Expand file tree Collapse file tree 2 files changed +4
-88
lines changed Expand file tree Collapse file tree 2 files changed +4
-88
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -128,21 +128,14 @@ if [[ $(git status --porcelain) ]]; then
128128fi
129129
130130
131- # #################################
132- # UPDATE VERSION AND CHANGELOG #
133- # #################################
131+ # ###################
132+ # UPDATE VERSION #
133+ # ###################
134134
135135HOST=$( uname)
136- echo " [INFO] Updating FirebaseAdmin.csproj and CHANGELOG.md "
136+ echo " [INFO] Updating FirebaseAdmin.csproj"
137137sed -i -e " s/<Version>$CUR_VERSION <\/Version>/<Version>$VERSION <\/Version>/" " ${PROJECT_FILE} "
138138
139- awk '
140- BEGIN { print "# Unreleased\n\n-\n\n# v' ${VERSION} ' " }
141- /^# Unreleased$/ { next }
142- { print }
143- ' CHANGELOG.md > TEMP_CHANGELOG.md
144- mv TEMP_CHANGELOG.md CHANGELOG.md
145-
146139
147140# #################
148141# LAUNCH TESTS #
You can’t perform that action at this time.
0 commit comments