Skip to content
This repository was archived by the owner on Jun 9, 2020. It is now read-only.

Commit c11c9e5

Browse files
committed
version section is not mandatory. thanks you, @equal-l2!
1 parent 176ba09 commit c11c9e5

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

util/release-engineering.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@ else
4747
fi
4848

4949
sed -i "" -e "4 s@.*@ url \"$URL\"@g" noah.rb
50-
sed -i "" -e "5 s@.*@ version \"$VERSION\"@g" noah.rb
51-
sed -i "" -e "6 s@.*@ sha256 \"$SHA256\"@g" noah.rb
50+
sed -i "" -e "5 s@.*@ sha256 \"$SHA256\"@g" noah.rb
5251

5352
git add noah.rb
5453
git commit -m "version $VERSION"

0 commit comments

Comments
 (0)