mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-07 08:26:51 +00:00
Get rid of this
This commit is contained in:
parent
c01f10fff7
commit
bc1246ed21
1 changed files with 1 additions and 17 deletions
|
|
@ -400,23 +400,7 @@ check_existing_release() {
|
|||
create_release() {
|
||||
step "8/8" "Creating GitHub release..."
|
||||
cd "$REPO_ROOT"
|
||||
|
||||
# Confirm before pushing to GitHub
|
||||
echo ""
|
||||
printf "${YELLOW}${BOLD}About to create GitHub release:${NC}\n"
|
||||
echo " Tag: $TAG"
|
||||
echo " Version: $VERSION"
|
||||
echo " Platform: $PLATFORM"
|
||||
echo " Tarball: $TARBALL"
|
||||
echo ""
|
||||
read -p "Push this release to GitHub? [y/N] " -n 1 -r
|
||||
echo
|
||||
if [[ ! $REPLY =~ ^[Yy]$ ]]; then
|
||||
warn "Aborted by user. Cleaning up..."
|
||||
cleanup
|
||||
exit 0
|
||||
fi
|
||||
|
||||
|
||||
# Build the What's New section from changelog content
|
||||
WHATS_NEW_SECTION=""
|
||||
if [ -n "$CHANGELOG_CONTENT" ]; then
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue