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

Commit c5f7f2a

Browse files
authored
Cleaning up the release tools (firebase#173)
1 parent 75d6bb7 commit c5f7f2a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
</organization>
3737
<licenses>
3838
<license>
39-
<name>Commercial</name>
40-
<url>https://firebase.google.com/terms/</url>
39+
<name>Apache License, Version 2.0</name>
40+
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
4141
</license>
4242
</licenses>
4343
<developers>

prepare_release.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ echo "[INFO] Updating CHANGELOG.md"
8080
if [ $HOST == "Darwin" ]; then
8181
sed -i "" -e "1 s/# Unreleased//" "CHANGELOG.md"
8282
else
83-
sed -i -e "1 s/# Unreleased//" "CHANGELOG.md"
83+
sed -i -e "/# Unreleased/d" "CHANGELOG.md"
8484
fi
8585

8686
echo -e "# Unreleased\n\n-\n\n# v${VERSION}" | cat - CHANGELOG.md > TEMP_CHANGELOG.md

0 commit comments

Comments
 (0)