mirror of
https://github.com/superhelio/tools.git
synced 2026-02-04 21:48:43 +00:00
Uncomment rest of the script
This commit is contained in:
16
release.sh
16
release.sh
@@ -92,18 +92,18 @@ read
|
|||||||
BRANCH_RELEASE=release-$NEW_VERSION
|
BRANCH_RELEASE=release-$NEW_VERSION
|
||||||
|
|
||||||
# create the release branch from the -develop branch
|
# create the release branch from the -develop branch
|
||||||
#git checkout -b $BRANCH_RELEASE $BRANCH_DEV
|
git checkout -b $BRANCH_RELEASE $BRANCH_DEV
|
||||||
|
|
||||||
# Set our new version to our version file
|
# Set our new version to our version file
|
||||||
#echo $NEW_VERSION > $FILE_VERSION
|
echo $NEW_VERSION > $FILE_VERSION
|
||||||
|
|
||||||
# Create our changelog
|
# Create our changelog
|
||||||
#echo "## $NEW_VERSION ($NOW)" > tmpfile
|
echo "## $NEW_VERSION ($NOW)" > tmpfile
|
||||||
#git log --pretty=format:" - %s" "$BASE_STRING"...HEAD >> tmpfile
|
git log --pretty=format:" - %s" "$BASE_STRING"...HEAD >> tmpfile
|
||||||
#echo "" >> tmpfile
|
echo "" >> tmpfile
|
||||||
#echo "" >> tmpfile
|
echo "" >> tmpfile
|
||||||
#cat $FILE_CHANGELOG >> tmpfile
|
cat $FILE_CHANGELOG >> tmpfile
|
||||||
#mv tmpfile $FILE_CHANGELOG
|
mv tmpfile $FILE_CHANGELOG
|
||||||
|
|
||||||
echo -e "$ADJUSTMENTS_MSG"
|
echo -e "$ADJUSTMENTS_MSG"
|
||||||
read
|
read
|
||||||
|
|||||||
Reference in New Issue
Block a user