Skip to content

Commit

Permalink
fix scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
arshaw committed Nov 29, 2023
1 parent ce671ec commit 727df95
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/bin/github-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e
cd "`dirname $0`/../.."
root_dir=`pwd`

version="6.1.9"
version="6.1.10"

declare -a tag_dirs=( \
"$root_dir/standard" \
Expand Down Expand Up @@ -39,7 +39,7 @@ for release_repo in ${release_repos[@]}; do
"/repos/$release_repo/releases" \
-f tag_name="v$version" \
-f name="v$version" \
-f body="See https://github.com/fullcalendar/fullcalendar/releases/tag/$version" \
-f body="See https://github.com/fullcalendar/fullcalendar/releases/tag/v$version" \
-f make_latest=true
done

Expand Down
3 changes: 3 additions & 0 deletions scripts/bin/npm-publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
# "fullcalendar$1": "~6.1.10"
# 5. "version": "6.1.9"
# "version": "6.1.10"
#
# NOTE: also update github-release.sh
#

set -e
cd "`dirname $0`/../.."
Expand Down

0 comments on commit 727df95

Please sign in to comment.