We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75d6bb7 commit c5f7f2aCopy full SHA for c5f7f2a
pom.xml
@@ -36,8 +36,8 @@
36
</organization>
37
<licenses>
38
<license>
39
- <name>Commercial</name>
40
- <url>https://firebase.google.com/terms/</url>
+ <name>Apache License, Version 2.0</name>
+ <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
41
</license>
42
</licenses>
43
<developers>
prepare_release.sh
@@ -80,7 +80,7 @@ echo "[INFO] Updating CHANGELOG.md"
80
if [ $HOST == "Darwin" ]; then
81
sed -i "" -e "1 s/# Unreleased//" "CHANGELOG.md"
82
else
83
- sed -i -e "1 s/# Unreleased//" "CHANGELOG.md"
+ sed -i -e "/# Unreleased/d" "CHANGELOG.md"
84
fi
85
86
echo -e "# Unreleased\n\n-\n\n# v${VERSION}" | cat - CHANGELOG.md > TEMP_CHANGELOG.md
0 commit comments