Skip to content

Commit fad8a23

Browse files
committed
Update the bump tool
1 parent 834de0f commit fad8a23

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

tools/bump.sh

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,11 @@ manual_release=false
2121

2222
ASSETS=(
2323
"_sass/jekyll-theme-chirpy.scss"
24-
"assets/js/.copyright"
24+
"assets/js/_copyright"
2525
)
2626

2727
GEM_SPEC="jekyll-theme-chirpy.gemspec"
2828

29-
GEM_LOCK="Gemfile.lock"
30-
3129
NODE_META="package.json"
3230

3331
_check_src() {
@@ -75,17 +73,10 @@ _bump_node() {
7573
$NODE_META
7674
}
7775

78-
_bump_gemlock() {
79-
sed -i \
80-
"s/jekyll-theme-chirpy ([[:digit:]]\+\.[[:digit:]]\+\.[[:digit:]]\+/jekyll-theme-chirpy ($1/" \
81-
$GEM_LOCK
82-
}
83-
8476
bump() {
8577
_bump_assets "$1"
8678
_bump_gemspec "$1"
8779
_bump_node "$1"
88-
_bump_gemlock "$1"
8980

9081
if [[ -n $(git status . -s) ]]; then
9182
git add .

0 commit comments

Comments
 (0)